Hi,
I am trying to use this chip sc16is750 with Radxa Zero. The device is detected by Radxa. nº 48
sudo mraa-i2c detect 1
00: – -- – -- – -- – -- – -- – -- – -- – --
10: – -- – -- – -- – -- – -- – -- – -- – --
20: – -- 22 – -- – -- – -- – -- – -- – -- –
30: – -- – -- – -- – -- – -- – -- – -- – --
40: 40 – -- – -- – -- – 48 – -- – -- – -- –
50: – -- – -- – -- – -- – -- – -- – -- – --
60: – -- – -- – -- – -- – -- – -- – -- – --
70: 70 – -- – -- – -- – -- – -- – -- – -- –
Do you have a driver for this chip?
In RPI is very easy to make it work with a few lines in the /boot/config.txt
Overlay for the NXP SC16IS750 UART with I2C Interface
Enables the chip on I2C1 at 0x48. To select another address,
please refer to table 10 in reference manual.
dtoverlay=sc16is750-i2c,int_pin=4,addr=0x48
dtparam=i2c_arm=on,i2c_arm_baudrate=400000