forked from Minki/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
This commit is contained in:
parent
b2c9af5f47
commit
ee8898fd7a
12
arch/arm64/boot/dts/renesas/r8a779mb.dtsi
Normal file
12
arch/arm64/boot/dts/renesas/r8a779mb.dtsi
Normal file
@ -0,0 +1,12 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0 or MIT)
|
||||
/*
|
||||
* Device Tree Source for the R-Car H3Ne-1.7G (R8A779MB) SoC
|
||||
*
|
||||
* Copyright (C) 2022 Glider bv
|
||||
*/
|
||||
|
||||
#include "r8a77951.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "renesas,r8a779mb", "renesas,r8a7795";
|
||||
};
|
Loading…
Reference in New Issue
Block a user