]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/uniphier-ph1-sld3-ref.dts
ARM: tegra: fix Tegra186 DT GPIO binding header
[u-boot] / arch / arm / dts / uniphier-ph1-sld3-ref.dts
index 8a7f90ac78dc76b6946a9136e46b1e0222ce69a0..099df830330e366193b6bfdcc53ac7c0c20eed9d 100644 (file)
@@ -1,46 +1,55 @@
 /*
  * Device Tree Source for UniPhier PH1-sLD3 Reference Board
  *
- * Copyright (C) 2014-2015 Panasonic Corporation
- *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
+ * Copyright (C) 2014-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
  *
- * SPDX-License-Identifier:    GPL-2.0+
+ * SPDX-License-Identifier:    GPL-2.0+        X11
  */
 
 /dts-v1/;
 /include/ "uniphier-ph1-sld3.dtsi"
 /include/ "uniphier-ref-daughter.dtsi"
+/include/ "uniphier-support-card.dtsi"
 
 / {
-       model = "Panasonic UniPhier PH1-sLD3 Reference Board";
-       compatible = "panasonic,ph1-sld3-ref", "panasonic,ph1-sld3";
+       model = "UniPhier PH1-sLD3 Reference Board";
+       compatible = "socionext,ph1-sld3-ref", "socionext,ph1-sld3";
 
        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 {
+&ethsc {
+       interrupts = <0 49 4>;
+};
+
+&serial0 {
+       status = "okay";
+};
+
+&serial1 {
        status = "okay";
 };
 
-&uart1 {
+&serial2 {
        status = "okay";
 };
 
        status = "okay";
 };
 
+&emmc {
+       status = "okay";
+};
+
+&sd {
+       status = "okay";
+};
+
 &usb0 {
        status = "okay";
 };
 &usb1 {
        status = "okay";
 };
+
+&usb2 {
+       status = "okay";
+};
+
+&usb3 {
+       status = "okay";
+};
+
+/* for U-Boot only */
+&serial0 {
+       u-boot,dm-pre-reloc;
+};