Hi Team,
This below snippet is from Jetson nano dts(tegra210-porg-eeprom-manager.dtsi)
eeprom-manager {
data-size = <0x100>;
bus@0 {
i2c-bus = <&i2c1>;
word-address-1-byte-slave-addresses = <0x50>;
};
bus@1 {
i2c-bus = <&i2c3>;
word-address-1-byte-slave-addresses = <0x50 0x57>;
};
};
EEPROM with slave address 0x57(i2c3) is present on carrier board. Please let me know where the other two EEPROM are present(EEPROM with slave address 0x50 on i2c1 and EEPROM with slave address 0x50 on i2c3) are these present on SoM or carrier board?
Thanks,
Arun