9
0
Fork 0
barebox/arch/mips/dts
Antony Pavlov 93f1811d8b MIPS: qemu-malta: add CBUS UART support
This patch adds CBUS UART dts support;
also it adds the necessary macros for DEBUG_LL.

qemu-malta supports three serial interfaces:

  * two ports are provided by the FDC37M817
    Super I/O; this chip is connected via LPC bus
    to Intel 82371EB (PIIX4E) South Bridge;

  * the third serial port is provided by
    the discrete TI 16C550C (CBUS UART);
    this chip is connected via CBUS directly
    to the board's GT64120 North Bridge.

See Malta User's Manual (MD00048) for details.

CBUS UART Instructions for use:

  1. Enable CONFIG_CONSOLE_ACTIVATE_ALL in .config
     (or disable uart0 in dts) and compile barebox;

  2. run qemu:

     qemu-system-mips -nographic -nodefaults \
        -monitor null -M malta -m 256 \
        -serial null -serial null -serial stdio \
        -bios barebox-flash-image

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-04-03 07:55:16 +02:00
..
include MIPS: ath79: ar9331: add devicetree files 2014-03-28 10:37:33 +01:00
Makefile MIPS: add initial device tree support 2013-05-13 21:17:10 +02:00
ar9331.dtsi MIPS: ath79: ar9331: add devicetree files 2014-03-28 10:37:33 +01:00
jz4755.dtsi MIPS: dts: rzx50: move jz4755 description to the separate file 2014-03-26 09:02:41 +01:00
qemu-malta.dts MIPS: qemu-malta: add CBUS UART support 2014-04-03 07:55:16 +02:00
rzx50.dts MIPS: rzx50: use short form for serial1 reference 2014-03-31 08:32:12 +02:00
skeleton.dtsi MIPS: add initial device tree support 2013-05-13 21:17:10 +02:00
tplink-mr3020.dts MIPS: ath79: add tplink-mr3020 board support 2014-03-28 10:45:54 +01:00