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 |
Kun Yi | 6424cc3 | 2018-06-14 14:09:28 -0700 | [diff] [blame] | 10 | |
| 11 | # Specify log size. Default is 16kB if unset. Takes the following suffixes: |
| 12 | # No suffix: byte |
| 13 | # "k": kilobyte = 1024B |
| 14 | # "M": megabytes = 1024kB |
| 15 | # logsize = 128k |