[PATCH v3 0/2] Add basic support for MYIR Remi Pi

From: Julien Massot
Date: Fri Jan 31 2025 - 04:58:15 EST


The Remi Pi is a compact board based on the Renesas RZ/G2L SoC.

This initial patchset add support for basic functions:
- UART
- I2C
- HDMI
- Ethernet

More work is needed to support the remaining functions such as
USB Type C, SD card, Audio, Wi-Fi and Bluetooth.

Some schematics are available at https://down.myir-tech.com/RemiPi/

Signed-off-by: Julien Massot <julien.massot@xxxxxxxxxxxxx>
---
Changes in v3:
- Use 'MYIR' spelling consistently
- Removed: scif1, and scif2 nodes, and enable scif4
- Changed regulator-1p8v vin-supply to reg_5p0v
- Added 'reset-gpios' for boh ethernet phys
- Dropped unused 'spi0' pinctrl
- Removed 'sdhi0_pins_uhs' duplicated pinctrl
- Removed 'usb1_pins' they are not mentionned in the schematics
- Sort all the references to nodes alphabetically
- Link to v2: https://lore.kernel.org/r/20250127-myir-remi-pi-v2-0-7bd3a1c62752@xxxxxxxxxxxxx

Changes in v2:
- Reorder Makefile entry to be sorted
- Remove underscore from DT nodes names
- Fix compatible for ethernet nodes and remove uneeded properties
- Remove uneeded x1-clock
- Link to v1: https://lore.kernel.org/r/20250122-myir-remi-pi-v1-0-0e44e1cb8a90@xxxxxxxxxxxxx

---
Julien Massot (2):
dt-bindings: soc: renesas: Document MYIR Remi Pi board
arm64: renesas: add initial support for MYIR Remi Pi

.../devicetree/bindings/soc/renesas/renesas.yaml | 7 +
arch/arm64/boot/dts/renesas/Makefile | 1 +
.../arm64/boot/dts/renesas/r9a07g044l2-remi-pi.dts | 351 +++++++++++++++++++++
3 files changed, 359 insertions(+)
---
base-commit: c4b9570cfb63501638db720f3bee9f6dfd044b82
change-id: 20250122-myir-remi-pi-94d6055f5879

Best regards,
--
Julien Massot <julien.massot@xxxxxxxxxxxxx>