Skip to content

Commit 348459f

Browse files
committed
arch: arm: boot: dts: Update coraz7s
Import IIC Controller from the -iic,dtsi and add the EEPROM to common dts, used to detect the evb if the EEPROM is available. If not, the at24.c driver fails to probe at the first test_byte due to NACKed transfer. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent 2ff848e commit 348459f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/xilinx/zynq-coraz7s.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33

44
/dts-v1/;
55
#include "zynq-coraz7s.dtsi"
6+
#include "zynq-coraz7s-iic.dtsi"
7+
8+
&axi_i2c_0 {
9+
eeprom1: eeprom@50 {
10+
compatible = "at24,24c02";
11+
reg = <0x50>;
12+
};
13+
};

0 commit comments

Comments
 (0)