Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdbfd8e0 authored by Emilio López's avatar Emilio López Committed by Maxime Ripard
Browse files

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: default avatarEmilio López <emilio@elopez.com.ar>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent d6c451dd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -71,6 +71,13 @@
			pinctrl-names = "default";
			pinctrl-0 = <&i2c1_pins_a>;
			status = "okay";

			at24@50 {
				compatible = "at,24c16";
				pagesize = <16>;
				reg = <0x50>;
				read-only;
			};
		};

		i2c2: i2c@01c2b400 {