mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
ARM: dts: dm8168-evm: Set stdout-path to uart3
Specify the board's default console UART by setting chosen/stdout-path to uart3, so that early console output and /dev/console map to the expected serial port by default. Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org> Link: https://patch.msgid.link/20260502-wip-obbardc-omap-dm8168-evm-stdout-path-v1-1-d1e69c295c21@linaro.org Signed-off-by: Kevin Hilman (TI) <khilman@baylibre.com>
This commit is contained in:
parent
164f88cd7e
commit
b6aefeea7b
|
|
@ -8,6 +8,10 @@ / {
|
|||
model = "DM8168 EVM";
|
||||
compatible = "ti,dm8168-evm", "ti,dm8168", "ti,dm816";
|
||||
|
||||
chosen {
|
||||
stdout-path = &uart3;
|
||||
};
|
||||
|
||||
memory@80000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x80000000 0x40000000 /* 1 GB */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user