Hi Team,
below snippet is from xavier nx dts (tegra194-p3509-0000-a00.dtsi),
eeprom-manager {
data-size = <0x100>;
bus@0 {
i2c-bus = <&gen1_i2c>;
eeprom@1 {
slave-address = <0x57>;
label = “cvb”;
};
};
bus@1 {
i2c-bus = <&gen2_i2c>;
eeprom@1 {
slave-address = <0x50>;
label = “super-module”;
};
};
};
with i2cdetect tool i could see EEPROM device(0x57) on i2c0. But i couldn’t able to see EEPROM device(0x50) on i2c1. Is EEPROM with slave address 0x50 is present on SoM or carrier board? Please provide your comments on this.
Thanks,
Arun