Skip to content

Commit 11a6fe3

Browse files
author
Steve Dunnagan
committed
arm64: dts: renesas: Add Renesas R8A779F4 SoC support
JIRA: https://issues.redhat.com/browse/RHEL-53987 commit 92c4f31 Author: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Date: Tue Oct 3 02:33:42 2023 +0000 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> (cherry picked from commit 92c4f31) Signed-off-by: Steve Dunnagan <sdunnaga@redhat.com>
1 parent 038eea6 commit 11a6fe3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2+
/*
3+
* Device Tree Source for the R-Car S4-8 (R8A779F4) SoC
4+
*
5+
* Copyright (C) 2023 Renesas Electronics Corp.
6+
*/
7+
8+
#include "r8a779f0.dtsi"
9+
10+
/ {
11+
compatible = "renesas,r8a779f4", "renesas,r8a779f0";
12+
};

0 commit comments

Comments
 (0)