]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/uniphier-ph1-ld11-ref.dts
arm64: mvebu: armada-7040-db.dts: Add I2C and SPI aliases
[u-boot] / arch / arm / dts / uniphier-ph1-ld11-ref.dts
index a624a49314cb115cf87a3391027bdcac194487cf..ca310267380431e3b704ee8637c15a9614c6f5ab 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";
 };
 
+&usb1 {
+       status = "okay";
+};
+
+&usb2 {
+       status = "okay";
+};
+
+/* for U-Boot only */
 &serial0 {
        u-boot,dm-pre-reloc;
 };
 
-&pinctrl {
+&pinctrl_uart0 {
        u-boot,dm-pre-reloc;
 };
 
-&pinctrl_uart0 {
+&pinctrl_system_bus {
        u-boot,dm-pre-reloc;
 };