Hi all, This patch series adds more devices to the Device Tree source files for the R-Car V4H SoC and the White Hawk board stack. This has been tested on nfsroot, reboot, i2cdetect -r, reading /sys/.../eeprom (all empty), pushing switches, and watching blinky LEDs. For testing, this series and its dependencies can be found at [1]. This series is intended to be queued in renesas-devel for v6.1. Thanks for your comments! [1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/white-hawk-enhancements-v1 Geert Uytterhoeven (14): arm64: dts: renesas: r8a779g0: Add RWDT node arm64: dts: renesas: white-hawk-cpu: Enable watchdog timer arm64: dts: renesas: r8a779g0: Add pinctrl device node arm64: dts: renesas: white-hawk-cpu: Add serial port pin control arm64: dts: renesas: r8a779g0: Add I2C nodes arm64: dts: renesas: white-hawk: Add I2C0 and EEPROMs arm64: dts: renesas: white-hawk: Add CSI/DSI sub-board arm64: dts: renesas: white-hawk: Add Ethernet sub-board arm64: dts: renesas: r8a779f0: Add GPIO nodes arm64: dts: renesas: white-hawk-cpu: Add GP LEDs arm64: dts: renesas: white-hawk-cpu: Add push switches arm64: dts: renesas: r8a779g0: Add RAVB nodes arm64: dts: renesas: white-hawk: Move aliases and chosen arm64: dts: renesas: white-hawk-cpu: Add Ethernet support .../dts/renesas/r8a779g0-white-hawk-cpu.dtsi | 150 +++++++ .../renesas/r8a779g0-white-hawk-csi-dsi.dtsi | 15 + .../renesas/r8a779g0-white-hawk-ethernet.dtsi | 16 + .../boot/dts/renesas/r8a779g0-white-hawk.dts | 15 +- arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 380 ++++++++++++++++++ 5 files changed, 570 insertions(+), 6 deletions(-) create mode 100644 arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-csi-dsi.dtsi create mode 100644 arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-ethernet.dtsi -- 2.25.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds