9
0
Fork 0

ARM: Phytec pfla02: Add I2C EEPROM to devicetree

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-11-07 12:36:15 +01:00
parent b0fd9462d6
commit ed01aa85ed
1 changed files with 11 additions and 0 deletions

View File

@ -34,6 +34,17 @@
};
};
&i2c1 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c1_1>;
eeprom: m24c32@50 {
compatible = "st,24c32", "at24";
reg = <0x50>;
};
};
&iomuxc {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_hog>;