Skip to content

Commit

Permalink
arm64: dts: renesas: Add Renesas R8A779M8 SoC support
Browse files Browse the repository at this point in the history
Add support for the Renesas R-Car H3Ne (R8A779M8) 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/99ff5658889e22ea8e723733e6972c27370930bf.1628766192.git.geert+renesas@glider.be
  • Loading branch information
Geert Uytterhoeven committed Sep 20, 2021
1 parent c979e16 commit 6e87525
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm64/boot/dts/renesas/r8a779m8.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// SPDX-License-Identifier: (GPL-2.0 or MIT)
/*
* Device Tree Source for the R-Car H3Ne (R8A779M8) SoC
*
* Copyright (C) 2021 Glider bv
*/

#include "r8a77951.dtsi"

/ {
compatible = "renesas,r8a779m8", "renesas,r8a7795";
};

0 comments on commit 6e87525

Please sign in to comment.