Commit fa876cef authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: mx28evk: Add I2C EEPROM support

mx28evk has a free slot U50 that can be used to populate an I2C EEPROM.

Add support for it.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 186e3d94
......@@ -161,6 +161,12 @@ sgtl5000: codec@0a {
VDDIO-supply = <&reg_3p3v>;
};
at24@51 {
compatible = "at24,24c32";
pagesize = <32>;
reg = <0x51>;
};
};
pwm: pwm@80064000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment