summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r8a7791-koelsch-reference.dts
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-10-08 15:30:09 +0900
committerSimon Horman <horms+renesas@verge.net.au>2013-12-10 17:26:51 +0900
commit1919a0a4b4a7e505fdeb99e9df449c9d90b0da0c (patch)
treed854adfbd6f17ff0cb0c6430e422b8c686bd657a /arch/arm/boot/dts/r8a7791-koelsch-reference.dts
parentab87e3fc0b3532f8ff1cb08b9f3680bc98be7728 (diff)
ARM: shmobile: r8a7791 Koelsch DT reference DTS bits
Add DTS for the DT reference version of the Koelsch board support. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-koelsch-reference.dts')
-rw-r--r--arch/arm/boot/dts/r8a7791-koelsch-reference.dts32
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch-reference.dts b/arch/arm/boot/dts/r8a7791-koelsch-reference.dts
new file mode 100644
index 000000000000..b8a374a6bf79
--- /dev/null
+++ b/arch/arm/boot/dts/r8a7791-koelsch-reference.dts
@@ -0,0 +1,32 @@
+/*
+ * Device Tree Source for the Koelsch board
+ *
+ * Copyright (C) 2013 Renesas Electronics Corporation
+ * Copyright (C) 2013 Renesas Solutions Corp.
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2. This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+/dts-v1/;
+/include/ "r8a7791.dtsi"
+
+/ {
+ model = "Koelsch";
+ compatible = "renesas,koelsch-reference", "renesas,r8a7791";
+
+ chosen {
+ bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
+ };
+
+ memory@40000000 {
+ device_type = "memory";
+ reg = <0 0x40000000 0 0x80000000>;
+ };
+
+ lbsc {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ };
+};