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

[D18] add EEPROM support

parent f8cb60cf
No related branches found
No related tags found
No related merge requests found
......@@ -479,6 +479,13 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c5>;
status = "okay";
/* 24AA025TI */
eeprom@50 {
compatible = "atmel,24c02";
reg = <0x50>;
pagesize = <16>;
};
};
&irqsteer_hdmi {
......
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