Jeremy Kerr | d66195c | 2016-03-16 17:24:51 +0800 | [diff] [blame] | 1 | # Device to use for our UART console |
2 | device = ttyUSB0 | ||||
3 | |||||
4 | # For VUART devices, we can specify the LPC address and SIRQ parameters | ||||
5 | lpc-address = 0x3f8 | ||||
6 | sirq = 4 | ||||
Jeremy Kerr | bc1e893 | 2016-04-28 12:27:30 +0800 | [diff] [blame^] | 7 | |
8 | # To mirror to a local tty device (typically a hardware UART), set local-tty | ||||
9 | # local-tty = ttyS0 |