summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r7s72100-rskrza1.dts
diff options
context:
space:
mode:
authorChris Brandt <chris.brandt@renesas.com>2016-08-29 14:13:22 -0400
committerSimon Horman <horms+renesas@verge.net.au>2016-09-05 14:32:38 +0200
commite83c05a7160681f554476e9d44b7b77053efc21a (patch)
treeb3c8c5ae14738a989f8321b65026335d66049e40 /arch/arm/boot/dts/r7s72100-rskrza1.dts
parent16a304d8297245e4bc0e863395b8fea593d81e09 (diff)
ARM: dts: rskrza1: initial device tree
Add the initial device tree for the RZ/A1 based development board (RSK). Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r7s72100-rskrza1.dts')
-rw-r--r--arch/arm/boot/dts/r7s72100-rskrza1.dts52
1 files changed, 52 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r7s72100-rskrza1.dts b/arch/arm/boot/dts/r7s72100-rskrza1.dts
new file mode 100644
index 000000000000..aabfa0459dc1
--- /dev/null
+++ b/arch/arm/boot/dts/r7s72100-rskrza1.dts
@@ -0,0 +1,52 @@
+/*
+ * Device Tree Source for the RZ/A1H RSK board
+ *
+ * Copyright (C) 2016 Renesas Electronics
+ *
+ * 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 "r7s72100.dtsi"
+
+/ {
+ model = "RSKRZA1";
+ compatible = "renesas,rskrza1", "renesas,r7s72100";
+
+ aliases {
+ serial0 = &scif2;
+ };
+
+ chosen {
+ bootargs = "ignore_loglevel";
+ stdout-path = "serial0:115200n8";
+ };
+
+ memory@8000000 {
+ device_type = "memory";
+ reg = <0x08000000 0x02000000>;
+ };
+
+ lbsc {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ };
+};
+
+&extal_clk {
+ clock-frequency = <13330000>;
+};
+
+&usb_x1_clk {
+ clock-frequency = <48000000>;
+};
+
+&mtu2 {
+ status = "okay";
+};
+
+&scif2 {
+ status = "okay";
+};