Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: renesas: Add Renesas R8A779MB SoC support

Add support for the Renesas R-Car H3Ne-1.7G (R8A779MB) SoC, which is a
different grading of the R-Car H3-N (R8A77951) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/862a5eecc850cbb90af86a56513b644b638fb62b.1656072871.git.geert+renesas@glider.be

+12
+12
arch/arm64/boot/dts/renesas/r8a779mb.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0 or MIT) 2 + /* 3 + * Device Tree Source for the R-Car H3Ne-1.7G (R8A779MB) SoC 4 + * 5 + * Copyright (C) 2022 Glider bv 6 + */ 7 + 8 + #include "r8a77951.dtsi" 9 + 10 + / { 11 + compatible = "renesas,r8a779mb", "renesas,r8a7795"; 12 + };