提交 fa876cef 编写于 作者: F Fabio Estevam 提交者: 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: NFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 186e3d94
......@@ -161,6 +161,12 @@
VDDIO-supply = <&reg_3p3v>;
};
at24@51 {
compatible = "at24,24c32";
pagesize = <32>;
reg = <0x51>;
};
};
pwm: pwm@80064000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册