]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/dts/uniphier-ph1-pro4-ref.dts
ARM: uniphier: enable SPL_OF_CONTROL
[karo-tx-uboot.git] / arch / arm / dts / uniphier-ph1-pro4-ref.dts
index 1227b628d19fcbeb24047a869c25b0e5930ca47f..fd3e8c63ede4a1cb05b5b05dab24e470e5d74d11 100644 (file)
@@ -1,18 +1,18 @@
 /*
  * Device Tree Source for UniPhier PH1-Pro4 Reference Board
  *
- * Copyright (C) 2014 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-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";
@@ -35,6 +35,7 @@
                i2c3 = &i2c3;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               usb0 = &usb0;
        };
 };
 
 
 &i2c0 {
        status = "okay";
-       eeprom {
-               compatible = "i2c-eeprom";
-               reg = <0x50>;
-       };
 };
 
 &usb0 {
        status = "okay";
 };
 
-&usb1 {
-       status = "okay";
+/* for U-boot only */
+&uart0 {
+       u-boot,dm-pre-reloc;
 };