arm64: dts: renesas: Add r8a77980a.dtsi
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 29 Aug 2022 23:49:52 +0000 (23:49 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 2 Sep 2022 08:45:12 +0000 (10:45 +0200)
This patch adds r8a77980A V3H2 (= r8a77980 ES2) basic SoC
support. It is using r8a77980 (= V3H) setting as-is for now.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87zgfm4nkw.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a77980a.dtsi [new file with mode: 0644]

diff --git a/arch/arm64/boot/dts/renesas/r8a77980a.dtsi b/arch/arm64/boot/dts/renesas/r8a77980a.dtsi
new file mode 100644 (file)
index 0000000..25b2d27
--- /dev/null
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: (GPL-2.0 or MIT)
+/*
+ * Device Tree Source for the R-Car V3H2 (R8A77980A) SoC
+ *
+ * Copyright (C) 2022 Renesas Electronics Corp.
+ */
+#include "r8a77980.dtsi"
+
+/ {
+       compatible = "renesas,r8a77980a", "renesas,r8a77980";
+};