diff options
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-ld4-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ph1-ld4-ref.dts | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/arch/arm/dts/uniphier-ph1-ld4-ref.dts b/arch/arm/dts/uniphier-ph1-ld4-ref.dts index 7c36581e6d..20f2e9a7d2 100644 --- a/arch/arm/dts/uniphier-ph1-ld4-ref.dts +++ b/arch/arm/dts/uniphier-ph1-ld4-ref.dts @@ -20,15 +20,15 @@ }; chosen { - bootargs = "console=ttyPS0,115200 earlyprintk"; - stdout-path = &uart0; + bootargs = "console=ttyS0,115200"; + stdout-path = &serial0; }; aliases { - serial0 = &uart0; - serial1 = &uart1; - serial2 = &uart2; - serial3 = &uart3; + serial0 = &serial0; + serial1 = &serial1; + serial2 = &serial2; + serial3 = &serial3; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2; @@ -36,11 +36,15 @@ }; }; -&uart0 { +&serial0 { status = "okay"; }; -&uart1 { +&serial2 { + status = "okay"; +}; + +&serial3 { status = "okay"; }; @@ -57,6 +61,6 @@ }; /* for U-boot only */ -&uart0 { +&serial0 { u-boot,dm-pre-reloc; }; |