diff options
Diffstat (limited to 'target/linux/lantiq/dts/danube.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/danube.dtsi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/danube.dtsi b/target/linux/lantiq/dts/danube.dtsi index af691df2f8..37db512454 100644 --- a/target/linux/lantiq/dts/danube.dtsi +++ b/target/linux/lantiq/dts/danube.dtsi @@ -5,8 +5,13 @@ #size-cells = <1>; compatible = "lantiq,xway", "lantiq,danube"; + aliases { + serial0 = &asc1; + }; + chosen { - bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + bootargs = "init=/etc/preinit"; + stdout-path = "serial0:115200n8"; }; cpus { |