diff options
-rw-r--r-- | arch/openrisc/boot/dts/or1ksim.dts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/openrisc/boot/dts/or1ksim.dts b/arch/openrisc/boot/dts/or1ksim.dts index 5d4f9027afaf..8f41bd8c9f84 100644 --- a/arch/openrisc/boot/dts/or1ksim.dts +++ b/arch/openrisc/boot/dts/or1ksim.dts | |||
@@ -5,8 +5,13 @@ | |||
5 | #size-cells = <1>; | 5 | #size-cells = <1>; |
6 | interrupt-parent = <&pic>; | 6 | interrupt-parent = <&pic>; |
7 | 7 | ||
8 | aliases { | ||
9 | uart0 = &serial0; | ||
10 | }; | ||
11 | |||
8 | chosen { | 12 | chosen { |
9 | bootargs = "console=uart,mmio,0x90000000,115200"; | 13 | bootargs = "earlycon"; |
14 | stdout-path = "uart0:115200"; | ||
10 | }; | 15 | }; |
11 | 16 | ||
12 | memory@0 { | 17 | memory@0 { |