arm64: dts: renesas: Add Renesas R8A779F4 SoC support

The R8A779F4 (R-Car S4-8) SoC is an updated version of R8A779F0.
Add support for it, using the r8a779f0 .dtsi internally.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/87r0mcfn95.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Kuninori Morimoto 2023-10-03 02:33:42 +00:00 committed by Geert Uytterhoeven
parent 177e2ee9a9
commit 92c4f31406

View file

@ -0,0 +1,12 @@
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
* Device Tree Source for the R-Car S4-8 (R8A779F4) SoC
*
* Copyright (C) 2023 Renesas Electronics Corp.
*/
#include "r8a779f0.dtsi"
/ {
compatible = "renesas,r8a779f4", "renesas,r8a779f0";
};