提交 bdbfd8e0 编写于 作者: E Emilio López 提交者: Maxime Ripard

ARM: sun5i: dt: Add AT24 device on A10S-OLinuXino-Micro

This OLIMEX board has a AT24C16BN-SH EEPROM holding the MAC address.
This patch adds the corresponding device tree node to reflect this.
Signed-off-by: NEmilio López <emilio@elopez.com.ar>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 d6c451dd
...@@ -71,6 +71,13 @@ ...@@ -71,6 +71,13 @@
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins_a>; pinctrl-0 = <&i2c1_pins_a>;
status = "okay"; status = "okay";
at24@50 {
compatible = "at,24c16";
pagesize = <16>;
reg = <0x50>;
read-only;
};
}; };
i2c2: i2c@01c2b400 { i2c2: i2c@01c2b400 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册