summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2020-09-10 15:02:52 +0300
committerGeert Uytterhoeven <geert+renesas@glider.be>2020-09-10 20:06:26 +0300
commit63070d7c2270e8de8abef8f6f20e192bcc1d50de (patch)
tree9d23dfd1ace775ee49984cafcb08826d1dede443 /arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts
parent834c310f541839b6f4e0d9ca527a64f71b0d141b (diff)
downloadlinux-63070d7c2270e8de8abef8f6f20e192bcc1d50de.tar.xz
arm64: dts: renesas: Add Renesas Falcon boards support
Initial support for the Renesas Falcon CPU and BreakOut boards support. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Link: https://lore.kernel.org/r/1599739372-30669-5-git-send-email-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts')
-rw-r--r--arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts b/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts
new file mode 100644
index 000000000000..8eda70e5a82b
--- /dev/null
+++ b/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts
@@ -0,0 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Device Tree Source for the Falcon CPU and BreakOut boards
+ *
+ * Copyright (C) 2020 Renesas Electronics Corp.
+ */
+
+/dts-v1/;
+#include "r8a779a0-falcon-cpu.dtsi"
+
+/ {
+ model = "Renesas Falcon CPU and Breakout boards based on r8a779a0";
+ compatible = "renesas,falcon-breakout", "renesas,falcon-cpu", "renesas,r8a779a0";
+
+ aliases {
+ serial0 = &scif0;
+ };
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+};