]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/dts/uniphier-ph1-sld8-ref.dts
ARM: uniphier: enable SPL_OF_CONTROL
[karo-tx-uboot.git] / arch / arm / dts / uniphier-ph1-sld8-ref.dts
index 9b6d95c4808437e6fc1d1ca5d208a0ea067ac330..b7ed27547eb96160ba5211c63ced9bc22b685c7d 100644 (file)
@@ -1,18 +1,18 @@
 /*
  * Device Tree Source for UniPhier PH1-sLD8 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-sld8.dtsi"
+/include/ "uniphier-ref-daughter.dtsi"
 
 / {
-       model = "Panasonic UniPhier PH1-sLD8 Reference Board";
-       compatible = "panasonic,ph1-sld8-ref", "panasonic,ph1-sld8";
+       model = "UniPhier PH1-sLD8 Reference Board";
+       compatible = "socionext,ph1-sld8-ref", "socionext,ph1-sld8";
 
        memory {
                device_type = "memory";
 
 &i2c0 {
        status = "okay";
-       eeprom {
-               compatible = "i2c-eeprom";
-               reg = <0x50>;
-       };
 };
 
 &usb0 {
@@ -59,3 +55,8 @@
 &usb1 {
        status = "okay";
 };
+
+/* for U-boot only */
+&uart0 {
+       u-boot,dm-pre-reloc;
+};