summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r8a73a4-ape6evm.dts
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-03-29 17:00:02 +0900
committerSimon Horman <horms+renesas@verge.net.au>2013-04-03 10:50:42 +0900
commit78ded16886f539830ed58d9bc043656c1785a082 (patch)
tree1adab821b49ac60a9f2be16bfedd1b113a1e2ce0 /arch/arm/boot/dts/r8a73a4-ape6evm.dts
parent8c1de8ee030e929f96d38415da7551e7fdd847b6 (diff)
ARM: shmobile: APE6EVM base support
V3 of APE6EVM base board support making use of 1 GiB of memory, the SCIFA0 serial port and ARM architected timer. 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/r8a73a4-ape6evm.dts')
-rw-r--r--arch/arm/boot/dts/r8a73a4-ape6evm.dts31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm.dts b/arch/arm/boot/dts/r8a73a4-ape6evm.dts
new file mode 100644
index 000000000000..833f703f9be5
--- /dev/null
+++ b/arch/arm/boot/dts/r8a73a4-ape6evm.dts
@@ -0,0 +1,31 @@
+/*
+ * Device Tree Source for the APE6EVM board
+ *
+ * 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/ "r8a73a4.dtsi"
+
+/ {
+ model = "APE6EVM";
+ compatible = "renesas,ape6evm", "renesas,r8a73a4";
+
+ chosen {
+ bootargs = "console=ttySC0,115200 ignore_loglevel";
+ };
+
+ memory@40000000 {
+ device_type = "memory";
+ reg = <0 0x40000000 0 0x40000000>;
+ };
+
+ lbsc {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ };
+};