X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=arch%2Farm%2Fdts%2Funiphier-ph1-sld8-ref.dts;h=6269f9afd32a7c8282f13dc742386b7efe6e93f7;hp=b7ed27547eb96160ba5211c63ced9bc22b685c7d;hb=ede4b2976b60a50845dccfdc0be4817f00100021;hpb=cf98c98f3078ff6fa94fe6b2c4402231d6ef09bb diff --git a/arch/arm/dts/uniphier-ph1-sld8-ref.dts b/arch/arm/dts/uniphier-ph1-sld8-ref.dts index b7ed27547e..6269f9afd3 100644 --- a/arch/arm/dts/uniphier-ph1-sld8-ref.dts +++ b/arch/arm/dts/uniphier-ph1-sld8-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"; }; @@ -56,7 +60,11 @@ status = "okay"; }; +&usb2 { + status = "okay"; +}; + /* for U-boot only */ -&uart0 { +&serial0 { u-boot,dm-pre-reloc; };