Forum Discussion
UART 16550 compatible Linux device
Hi Shoval,
You will need to add it in the device tree accordingly. By default it is only referring to the HPS UART0 and UART1.
Thanks.
Regards,
Aik Eu
Hello Aik,
If I understand correctly the 16550 compatible soft IP is not the same as the synopsys-16550 compatible that is used in the HPS UART 0/1.
The HPS UART node :
##########################
##########################
The soft core 16550 UART IP node :
##########################
##########################
the UART soft core IP is added under the hps_0_bridges: bridge@0xc0000000, and have an appropriate device driver (drivers/tty/serial/8250) in the yocto kernel-source directory.
The Linux does compile, and the node is visible via /proc/device-tree/sopc@0/bridge@0xc0000000/serial@0x0000000, no errors are visible on Linux boot, but I cant find the device.