Hi Geert This patch-set is v2 of R-Car S4 Starter Kit support. It needs Rswitch bug fix patch [1] which was posted to Ether ML. I hope it will be accepted for v6.6 Kernel. [1] Link: https://lore.kernel.org/r/20230925003416.3863560-1-yoshihiro.shimoda.uh@xxxxxxxxxxx S4 Starter Kit is possible to setup details via config exe, but the DT will be more complex. This DT is assuming "default" settings to avoid confusion. R-Car S4 Starter Kit is using new R8A779F4 SoC which is updated version of R8A779F0. This patch adds new r8a779f4.dtsi file but is using existing r8a779f0.dtsi internally. v1 -> v2 - correct board name - removed BSP specific device - alphabetical order - add missing compatibles - add new r8a779f4.dtsi Kuninori Morimoto (4): dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support dt-bindings: soc: renesas: renesas.yaml: Add renesas,s4sk compatible arm64: dts: renesas: Add Renesas R8A779F4 SoC support arm64: dts: renesas: Add R-Car S4 Starter Kit support .../interrupt-controller/renesas,irqc.yaml | 1 + .../bindings/soc/renesas/renesas.yaml | 1 + arch/arm64/boot/dts/renesas/Makefile | 1 + arch/arm64/boot/dts/renesas/r8a779f4-s4sk.dts | 243 ++++++++++++++++++ arch/arm64/boot/dts/renesas/r8a779f4.dtsi | 12 + 5 files changed, 258 insertions(+) create mode 100644 arch/arm64/boot/dts/renesas/r8a779f4-s4sk.dts create mode 100644 arch/arm64/boot/dts/renesas/r8a779f4.dtsi -- 2.25.1