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

Commit c5909746 authored by Michal Simek's avatar Michal Simek
Browse files

ARM64: zynqmp: Add eeprom memories on i2c bus



Add i2c eeprom memories on i2c bus.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarShubhrajyoti Datta <shubhraj@xilinx.com>
parent 34ad39b1
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -50,6 +50,24 @@
	status = "okay";
};

&i2c0 {
	status = "okay";
	clock-frequency = <400000>;
	eeprom@54 {
		compatible = "at,24c64";
		reg = <0x54>;
	};
};

&i2c1 {
	status = "okay";
	clock-frequency = <400000>;
	eeprom@55 {
		compatible = "at,24c64";
		reg = <0x55>;
	};
};

&sata {
	status = "okay";
	ceva,broken-gen2;