mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
arm64: dts: renesas: Add Renesas R8A779H2 SoC support
Add support for the Renesas R-Car V4M-7 (R8A779H2) SoC, which is an updated version of the R-Car V4M (R8A779H0) SoC. Signed-off-by: Tam Nguyen <tam.nguyen.xa@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/294ca4211c5a73942dc2ca04ae6d3c384d534f2b.1750931027.git.geert+renesas@glider.be
This commit is contained in:
parent
ceff7d21a1
commit
9f25255810
12
arch/arm64/boot/dts/renesas/r8a779h2.dtsi
Normal file
12
arch/arm64/boot/dts/renesas/r8a779h2.dtsi
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||
/*
|
||||
* Device Tree Source for the R-Car V4M-7 (R8A779H2) SoC
|
||||
*
|
||||
* Copyright (C) 2024 Renesas Electronics Corp.
|
||||
*/
|
||||
|
||||
#include "r8a779h0.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "renesas,r8a779h2", "renesas,r8a779h0";
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user