mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +00:00
doc: ls1046ardb: Document debug uart
This adds some instructions for enabling the debug uart, including the correct address and clock rate. Signed-off-by: Sean Anderson <sean.anderson@seco.com>
This commit is contained in:
parent
b5ec417b56
commit
e5e982c69b
1 changed files with 9 additions and 0 deletions
|
@ -109,3 +109,12 @@ SD boot and eMMC boot
|
|||
|
||||
``{ SW5[0:8], SW4[0] }`` should be ``0010_0000_0``. eMMC is selected only if
|
||||
there is no SD card in the slot.
|
||||
|
||||
Debug UART
|
||||
----------
|
||||
|
||||
To enable the debug UART, enable the following config options::
|
||||
|
||||
CONFIG_DEBUG_UART_NS16550=y
|
||||
CONFIG_DEBUG_UART_BASE=0x21c0500
|
||||
CONFIG_DEBUG_UART_CLOCK=300000000
|
||||
|
|
Loading…
Add table
Reference in a new issue