]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/dts/uniphier-ph1-sld3-ref.dts
ARM: uniphier: enable SPL_OF_CONTROL
[karo-tx-uboot.git] / arch / arm / dts / uniphier-ph1-sld3-ref.dts
index 8a7f90ac78dc76b6946a9136e46b1e0222ce69a0..2406bfcadb711b8f44562934e5115855bd8a8331 100644 (file)
@@ -1,10 +1,9 @@
 /*
  * 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/;
@@ -12,8 +11,8 @@
 /include/ "uniphier-ref-daughter.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";
@@ -55,3 +54,8 @@
 &usb1 {
        status = "okay";
 };
+
+/* for U-boot only */
+&uart0 {
+       u-boot,dm-pre-reloc;
+};