Pārlūkot izejas kodu

dts: sunxi: add eeprom to A20 OLinuXino micro board

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

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Olliver Schinagl 10 gadi atpakaļ
vecāks
revīzija
f49243f130
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts

+ 6 - 0
arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts

@@ -125,6 +125,12 @@
 	pinctrl-names = "default";
 	pinctrl-names = "default";
 	pinctrl-0 = <&i2c1_pins_a>;
 	pinctrl-0 = <&i2c1_pins_a>;
 	status = "okay";
 	status = "okay";
+
+	eeprom: eeprom@50 {
+		compatible = "atmel,24c16";
+		reg = <0x50>;
+		pagesize = <16>;
+	};
 };
 };
 
 
 &i2c2 {
 &i2c2 {