X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Fdts%2Funiphier-ph1-sld3-ref.dts;h=099df830330e366193b6bfdcc53ac7c0c20eed9d;hb=b89dfcfd926b8224edd24608065eb9bb601c0d3b;hp=9dc929671ea33e39efd8641e21c6cf6244bc8aa3;hpb=13b2ba1a112c94355837d77198f5159f68acab27;p=u-boot diff --git a/arch/arm/dts/uniphier-ph1-sld3-ref.dts b/arch/arm/dts/uniphier-ph1-sld3-ref.dts index 9dc929671e..099df83033 100644 --- a/arch/arm/dts/uniphier-ph1-sld3-ref.dts +++ b/arch/arm/dts/uniphier-ph1-sld3-ref.dts @@ -1,9 +1,7 @@ /* * Device Tree Source for UniPhier PH1-sLD3 Reference Board * - * Copyright (C) 2014-2015 Panasonic Corporation - * Copyright (C) 2015 Socionext Inc. - * Author: Masahiro Yamada + * Copyright (C) 2014-2015 Masahiro Yamada * * SPDX-License-Identifier: GPL-2.0+ X11 */ @@ -11,6 +9,7 @@ /dts-v1/; /include/ "uniphier-ph1-sld3.dtsi" /include/ "uniphier-ref-daughter.dtsi" +/include/ "uniphier-support-card.dtsi" / { model = "UniPhier PH1-sLD3 Reference Board"; @@ -18,30 +17,39 @@ memory { device_type = "memory"; - reg = <0x80000000 0x40000000>; + reg = <0x80000000 0x20000000 + 0xc0000000 0x20000000>; }; chosen { - bootargs = "console=ttyPS0,115200 earlyprintk"; - stdout-path = &uart0; + stdout-path = "serial0:115200n8"; }; aliases { - serial0 = &uart0; - serial1 = &uart1; - serial2 = &uart2; + serial0 = &serial0; + serial1 = &serial1; + serial2 = &serial2; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2; i2c3 = &i2c3; + i2c4 = &i2c4; }; }; -&uart0 { +ðsc { + interrupts = <0 49 4>; +}; + +&serial0 { + status = "okay"; +}; + +&serial1 { status = "okay"; }; -&uart1 { +&serial2 { status = "okay"; }; @@ -49,6 +57,14 @@ status = "okay"; }; +&emmc { + status = "okay"; +}; + +&sd { + status = "okay"; +}; + &usb0 { status = "okay"; }; @@ -56,3 +72,16 @@ &usb1 { status = "okay"; }; + +&usb2 { + status = "okay"; +}; + +&usb3 { + status = "okay"; +}; + +/* for U-Boot only */ +&serial0 { + u-boot,dm-pre-reloc; +};