Add rpc-if to RZ/A1, RZ/A2 and update/add board support [PATCH 1/6] dt-bindings: memory-controllers: renesas,rpc-if: Add RZ compat str [PATCH 2/6] ARM: dts: renesas: r7s72100: add rpc-if nodes [PATCH 3/6] ARM: dts: renesas: r7s9210: add rpc-if node [PATCH 4/6] ARM: dts: renesas: genmai: add rpc-if SPI NOR flash [PATCH 5/6] ARM: dts: renesas: gr-mango: initial board support [PATCH 6/6] ARM: dts: renesas: rza2mbtc: initial board support Add support for rpc-if to RZ/A1 and RZ/A2 SoCs and update/add a few boards to make use of this and other devices as well. The support level of the boards when this series is applied is as follows: Genmai: (RZ/A1 SoC) Serial Console, SPI flash, Ethernet GR-Peach: (RZ/A2 SoC) Serial Console, Ethernet RZA2MBTC: (RZ/A2 SoC) Serial Console, SPI flash, Ethernet Signed-off-by: Magnus Damm <damm@xxxxxxxxxxxxx> --- Applies to next-20250704 Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml | 2 arch/arm/boot/dts/renesas/Makefile | 2 arch/arm/boot/dts/renesas/r7s72100-genmai.dts | 71 +++-- arch/arm/boot/dts/renesas/r7s72100.dtsi | 22 + arch/arm/boot/dts/renesas/r7s9210-gr-mango.dts | 87 ++++++ arch/arm/boot/dts/renesas/r7s9210-rza2mbtc.dts | 133 ++++++++++ arch/arm/boot/dts/renesas/r7s9210.dtsi | 12 7 files changed, 300 insertions(+), 29 deletions(-)