Hi,
--- Quote Start ---
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.
--- Quote End ---
If you don't have ttyAL1, ttyAL2, etc. in your /dev directory, please make it by using the 'mknod' command.
http://homepages.cwi.nl/~aeb/linux/man2html/man1/mknod.1.html (
http://homepages.cwi.nl/%7eaeb/linux/man2html/man1/mknod.1.html)
Kazu