Jeremy Kerr | d66195c | 2016-03-16 17:24:51 +0800 | [diff] [blame] | 1 | # For VUART devices, we can specify the LPC address and SIRQ parameters |
| 2 | lpc-address = 0x3f8 |
| 3 | sirq = 4 |
Jeremy Kerr | bc1e893 | 2016-04-28 12:27:30 +0800 | [diff] [blame] | 4 | |
Benjamin Fair | c7fbcd4 | 2018-06-04 14:39:01 -0700 | [diff] [blame^] | 5 | # For real UART devices, we can specify the baud rate |
| 6 | # baud = 115200 |
| 7 | |
Jeremy Kerr | bc1e893 | 2016-04-28 12:27:30 +0800 | [diff] [blame] | 8 | # To mirror to a local tty device (typically a hardware UART), set local-tty |
| 9 | # local-tty = ttyS0 |