ARM: tegra: add I2C controllers to Tegra186 DT
[oweals/u-boot.git] / arch / arm / dts / uniphier-ph1-ld11-ref.dts
index a624a49314cb115cf87a3391027bdcac194487cf..4eb7664a9e4d93dea477214aa1566810b9373734 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Device Tree Source for UniPhier PH1-LD11 Reference Board
  *
- * Copyright (C) 2016 Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2016 Socionext Inc.
+ *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * SPDX-License-Identifier:    GPL-2.0+        X11
  */
        model = "UniPhier PH1-LD11 Reference Board";
        compatible = "socionext,ph1-ld11-ref", "socionext,ph1-ld11";
 
-       memory {
-               device_type = "memory";
-               reg = <0 0x80000000 0 0x40000000>;
-       };
-
-       chosen {
-               stdout-path = "serial0:115200n8";
-       };
-
        aliases {
                serial0 = &serial0;
                serial1 = &serial1;
                i2c4 = &i2c4;
                i2c5 = &i2c5;
        };
+
+       memory {
+               device_type = "memory";
+               reg = <0 0x80000000 0 0x40000000>;
+       };
+
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
 };
 
 &ethsc {
        status = "okay";
 };
 
-/* for U-Boot only */
-/ {
-       soc {
-               u-boot,dm-pre-reloc;
-       };
+&usb0 {
+       status = "okay";
 };
 
-&serial0 {
-       u-boot,dm-pre-reloc;
+&usb1 {
+       status = "okay";
 };
 
-&pinctrl {
+&usb2 {
+       status = "okay";
+};
+
+/* for U-Boot only */
+&serial0 {
        u-boot,dm-pre-reloc;
 };