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

Commit d2057c59 authored by Olliver Schinagl's avatar Olliver Schinagl Committed by Maxime Ripard
Browse files

dts: sunxi: add eeprom to A20 OLinuXino Lime board



The Olimex A20 OLinuXino Lime features an eeprom that is always on the
board. This patch adds it to the dts.

Signed-off-by: default avatarOlliver Schinagl <oliver@schinagl.nl>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent ce350094
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -117,6 +117,18 @@
	};
};

&i2c1 {
	pinctrl-names = "default";
	pinctrl-0 = <&i2c1_pins_a>;
	status = "okay";

	eeprom: eeprom@50 {
		compatible = "atmel,24c16";
		reg = <0x50>;
		pagesize = <16>;
	};
};

&mmc0 {
	pinctrl-names = "default";
	pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;