X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Farm%2Fdts%2Funiphier-ph1-pro4-ref.dts;h=ec1117d4a248fe0940228a4e8ff5b961964e2c3e;hb=d92fe3e06395ff78d277124cfd383a5aebab0d7f;hp=52fa81fae15e6ce6eaa70e675d8091edce155428;hpb=88342103cccf73b39c764bfb1473e7bf29b52b88;p=karo-tx-uboot.git diff --git a/arch/arm/dts/uniphier-ph1-pro4-ref.dts b/arch/arm/dts/uniphier-ph1-pro4-ref.dts index 52fa81fae1..ec1117d4a2 100644 --- a/arch/arm/dts/uniphier-ph1-pro4-ref.dts +++ b/arch/arm/dts/uniphier-ph1-pro4-ref.dts @@ -1,18 +1,18 @@ /* * Device Tree Source for UniPhier PH1-Pro4 Reference Board * - * Copyright (C) 2014 Panasonic Corporation - * Author: Masahiro Yamada + * Copyright (C) 2014-2015 Masahiro Yamada * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ X11 */ /dts-v1/; /include/ "uniphier-ph1-pro4.dtsi" +/include/ "uniphier-ref-daughter.dtsi" / { - model = "Panasonic UniPhier PH1-Pro4 Reference Board"; - compatible = "panasonic,ph1-pro4-ref", "panasonic,ph1-pro4"; + model = "UniPhier PH1-Pro4 Reference Board"; + compatible = "socionext,ph1-pro4-ref", "socionext,ph1-pro4"; memory { device_type = "memory"; @@ -20,23 +20,54 @@ }; chosen { - bootargs = "console=ttyPS0,115200 earlyprintk"; - stdout-path = &uart0; + bootargs = "console=ttyS0,115200"; + stdout-path = &serial0; }; + + aliases { + serial0 = &serial0; + serial1 = &serial1; + serial2 = &serial2; + serial3 = &serial3; + i2c0 = &i2c0; + i2c1 = &i2c1; + i2c2 = &i2c2; + i2c3 = &i2c3; + i2c5 = &i2c5; + i2c6 = &i2c6; + usb0 = &usb0; + }; +}; + +&serial0 { + status = "okay"; +}; + +&serial1 { + status = "okay"; }; -&uart0 { - status = "okay"; +&serial2 { + status = "okay"; }; -&uart1 { - status = "okay"; +&i2c0 { + status = "okay"; }; &usb0 { - status = "okay"; + status = "okay"; +}; + +&usb2 { + status = "okay"; +}; + +&usb3 { + status = "okay"; }; -&usb1 { - status = "okay"; +/* for U-boot only */ +&serial0 { + u-boot,dm-pre-reloc; };