summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/uniphier-ph1-ld4-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-26 18:33:59 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-28 02:20:56 +0900
commit509eb67802d5cdc2b2789f08ac9f2ba33d796872 (patch)
treef6593432c012bb652c5f51c047251cdfc981f620 /arch/arm/dts/uniphier-ph1-ld4-ref.dts
parent630bf80ebb34991b3b54bd7e7ece8ffe11672832 (diff)
downloadtalos-obmc-uboot-509eb67802d5cdc2b2789f08ac9f2ba33d796872.tar.gz
talos-obmc-uboot-509eb67802d5cdc2b2789f08ac9f2ba33d796872.zip
ARM: UniPhier: add device tree sources
This commit adds basic device tree sources for UniPhier SoCs/boards. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-ld4-ref.dts')
-rw-r--r--arch/arm/dts/uniphier-ph1-ld4-ref.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-ld4-ref.dts b/arch/arm/dts/uniphier-ph1-ld4-ref.dts
new file mode 100644
index 0000000000..bc8ead4fda
--- /dev/null
+++ b/arch/arm/dts/uniphier-ph1-ld4-ref.dts
@@ -0,0 +1,25 @@
+/*
+ * Device Tree Source for UniPhier PH1-LD4 Reference Board
+ *
+ * Copyright (C) 2014 Panasonic Corporation
+ * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/dts-v1/;
+/include/ "uniphier-ph1-ld4.dtsi"
+
+/ {
+ model = "Panasonic UniPhier PH1-LD4 Reference Board";
+ compatible = "panasonic,ph1-ld4-ref", "panasonic,ph1-ld4";
+
+ memory {
+ device_type = "memory";
+ reg = <0x80000000 0x20000000>;
+ };
+
+ chosen {
+ bootargs = "console=ttyPS0,115200 earlyprintk";
+ };
+};
OpenPOWER on IntegriCloud