Commit c5909746 authored by Michal Simek's avatar Michal Simek

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
......@@ -50,6 +50,24 @@ &gpio {
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment