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

Commit 0cdb8255 authored by Dmitry Lifshitz's avatar Dmitry Lifshitz Committed by Tony Lindgren
Browse files

ARM: dts: cm-t3x: add EEPROM support



Add at24 EEPROM chip support.

Signed-off-by: default avatarDmitry Lifshitz <lifshitz@compulab.co.il>
[tony@atomide.com: updated to remove missing i2c1_pins]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7dcfa7e1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -156,11 +156,18 @@

&i2c1 {
	clock-frequency = <400000>;

	at24@50 {
		compatible = "at24,24c02";
		pagesize = <16>;
		reg = <0x50>;
	};
};

&i2c3 {
	clock-frequency = <400000>;
};

&usbhshost {
	port1-mode = "ehci-phy";
	port2-mode = "ehci-phy";