mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 15:49:42 -04:00
arm64: dts: renesas: Add Renesas R8A779M5 SoC support
Add support for the Renesas R-Car M3Ne-2G (R8A779M5) SoC, which is a different grading of the R-Car M3-N (R8A77965) SoC. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/2ed19a0e009d3e7afb330086b69c8724465b88cc.1628766192.git.geert+renesas@glider.be
This commit is contained in:
12
arch/arm64/boot/dts/renesas/r8a779m5.dtsi
Normal file
12
arch/arm64/boot/dts/renesas/r8a779m5.dtsi
Normal file
@@ -0,0 +1,12 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0 or MIT)
|
||||
/*
|
||||
* Device Tree Source for the R-Car M3Ne-2G (R8A779M5) SoC
|
||||
*
|
||||
* Copyright (C) 2021 Glider bv
|
||||
*/
|
||||
|
||||
#include "r8a77965.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "renesas,r8a779m5", "renesas,r8a77965";
|
||||
};
|
||||
Reference in New Issue
Block a user