[PATCH v11 0/2] Add initial support for Renesas RZ/T2H SoC and eval board
From: Prabhakar
Date: Tue Jun 17 2025 - 12:44:39 EST
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
Hi all,
This patch series adds initial support for the Renesas RZ/T2H SoC
and the RZ/T2H evaluation board.
Note: This patch series is split up from the original series [1] to make it
easier to review.
[1] https://lore.kernel.org/all/20250523142417.2840797-1-thierry.bultel.yh@xxxxxxxxxxxxxx/
v10 -> v11:
- Rebased on latest linux-next.
- Updated model string in the RZ/T2H eval board dts file.
- Dropped GIC_CPU_MASK_SIMPLE from timer node
- Added hypervisor timer in timer node and added the missing interrupt-names
- Reordered the `extal_clk` node
- Reordered the `l3_ca55` node and renamed it to `L3_CA55` for consistency
Cheers,
Prabhakar
Thierry Bultel (2):
arm64: dts: renesas: Add initial support for renesas RZ/T2H SoC
arm64: dts: renesas: Add initial support for renesas RZ/T2H eval board
arch/arm64/boot/dts/renesas/Makefile | 2 +
arch/arm64/boot/dts/renesas/r9a09g077.dtsi | 124 ++++++++++++++++++
.../dts/renesas/r9a09g077m44-rzt2h-evk.dts | 31 +++++
arch/arm64/boot/dts/renesas/r9a09g077m44.dtsi | 13 ++
4 files changed, 170 insertions(+)
create mode 100644 arch/arm64/boot/dts/renesas/r9a09g077.dtsi
create mode 100644 arch/arm64/boot/dts/renesas/r9a09g077m44-rzt2h-evk.dts
create mode 100644 arch/arm64/boot/dts/renesas/r9a09g077m44.dtsi
--
2.49.0