Hi!
I am wondering about the various devices on I2C5 (0x031a0000).
Especially the address 0x50 - what is it and how do I find information about it/dts nodes etc?
The reason I am wondering is because on some of our devices (AGX Xavier Industrial on custom carrier board) we “see it” when running “i2cdetect -y -r 4” and on some devices we don’t.
Example output from “i2cdetect -y -r 4”:
i2cdetect -y -r 4
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: 20 -- -- -- -- -- -- -- 28 -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- UU -- -- --
40: 40 -- -- -- -- -- -- -- 48 -- -- -- UU -- -- --
50: -- -- -- -- -- -- -- -- 58 -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- UU -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
During investigation - we found that 0x28, 0x48 and 0x58 seem to be linked to the RTC battery being used/plugged in or not.
Thanks.