Altera_Forum
Honored Contributor
13 years agoUART port trouble
Hi,
Thanks in advance if anyone can shine light to the UART problem I am having. I can open one ttyAL port but can't open all other serial port or communicate to it, and I have name all my port with 'UART0. 'UART1', 'UART2' and 'UART3' in my QSYS and my device tree DTS file. The uClinux ver 3.1 boot up detect there is a UART with correct base address and irq: ttyAL0 at MMIO 0x8100160 (irq =5) is a Altera UART ttyAL1 at MMIO 0x8100180 (irq =6) is a Altera UART ttyAL2 at MMIO 0x8100200 (irq =7) is a Altera UART ttyAL3 at MMIO 0x8100220 (irq =8) is a Altera UART ttyAL4 at MMIO 0x8100240 (irq =9) is a Altera UART ttyAL5 at MMIO 0x8100260 (irq =10) is a Altera UART The /dev have ttyAL0 in it, but not none of the other ports. I'm able to open and communicate with ttyAL0, but none other port. Is there something I have to do specially for the device tree or driver I have to change? I did look at the altera_uart.c and can't figure out the problem.