Hi Geert This patches adds Renesas R8A779F0 S4 Starter Kit support. It needs Rswitch bug fix patch [1] which is posted to Ether ML today. I hope it will be accepted for v6.6 Kernel. renesas_defconfig needs missing PHY to enable Rswitch [PATCH 2/2]. [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. Kuninori Morimoto (2): arm64: dts: renesas: Add Renesas R8A779F0 S4 Starter Kit support arm64: renesas: defconfig: add MARVELL 10G PHY arch/arm64/boot/dts/renesas/Makefile | 1 + arch/arm64/boot/dts/renesas/r8a779f0-s4sk.dts | 257 ++++++++++++++++++ arch/arm64/configs/renesas_defconfig | 1 + 3 files changed, 259 insertions(+) create mode 100644 arch/arm64/boot/dts/renesas/r8a779f0-s4sk.dts -- 2.25.1