Skip to content
Snippets Groups Projects
Commit a595ebd7 authored by Gianfranco Mariotti's avatar Gianfranco Mariotti
Browse files

[C61] add eeprom support

parent c2ae9179
No related branches found
No related tags found
No related merge requests found
......@@ -351,6 +351,12 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
eeprom@53 {
compatible = "atmel,24c16";
reg = <0x53>;
status = "okay";
};
};
&i2c3 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment