Tool/software:
Hi,
I am facing a problem to access one of the GPIO expander on the J784S4XEVM.
I would like to access the expander1 on I2C0 at address 0x20 :
However, it is not detected in Uboot and in Linux. This is one of the only devices that are not detected.
On u-boot, with the following commands:
i2c dev 0 i2c probe
I get Valid chip addresses: 30 31 40 43 48 49 4A 4B 50 7C
On Linux, with:
i2c detect -r -y 0
I get the following chip detected: 30 31 40 43 48 49 4A 4B 50
As shown, the address 0x20 is not detected.
Is there anything specific to do to access this chip? Indeed, I would like to access the P01, P02, P05 and P06 of this chip:
Thanks in advance for your help.
Best Regards.
K.L