Commit 89c88080 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: add I2C EEPROM to rock-5a

parent fb031e62
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -163,6 +163,16 @@ regulator-state-mem {
	};
};

&i2c2 {
	status = "okay";

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

&i2c7 {
	status = "okay";