blob: a4ff6ad25c68a587c480a4374331abd51eabe41d [file] [log] [blame]
Jeremy Kerrd66195c2016-03-16 17:24:51 +08001# For VUART devices, we can specify the LPC address and SIRQ parameters
2lpc-address = 0x3f8
3sirq = 4
Jeremy Kerrbc1e8932016-04-28 12:27:30 +08004
Benjamin Fairc7fbcd42018-06-04 14:39:01 -07005# For real UART devices, we can specify the baud rate
6# baud = 115200
7
Jeremy Kerrbc1e8932016-04-28 12:27:30 +08008# To mirror to a local tty device (typically a hardware UART), set local-tty
9# local-tty = ttyS0
Kun Yi6424cc32018-06-14 14:09:28 -070010
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