[PATCH v2 0/4] Add support Yuridenki-Shokai Kakip board

From: Nobuhiro Iwamatsu
Date: Thu Jan 16 2025 - 09:49:00 EST


Hi all,

This patch series add basic support for Yuridenki-Shokai[0] Kakip board[1] based
on R9A09G057H48.
And this series supports the following:

- Memory
- Input clocks
- Pin Control
- SCIF
- OSTM0 - OSTM7
- SDHI0

v2:
- Fix the rule of binding for boards.
kakip board uses r9a09g057h48 only.
- Drop bootargs from chosen.
- Fix binding name for regulators.
- Fix the name style of the regulator.
- Use DTS coding style.

Best regatrds,
Nobuhiro

[0]: https://www.yuridenki.co.jp/
[1]: https://www.kakip.ai/

Nobuhiro Iwamatsu (4):
dt-bindings: soc: renesas: Document Renesas RZ/V2H SoC variants
dt-bindings: vendor-prefixes: Add Yuridenki-Shokai Co. Ltd.
dt-bindings: soc: renesas: Document Yuridenki-Shokai Kakip board
arm64: dts: renesas: Add initial device tree for Yuridenki-Shokai
Kakip board

.../bindings/soc/renesas/renesas.yaml | 9 ++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm64/boot/dts/renesas/Makefile | 1 +
.../boot/dts/renesas/r9a09g057h48-kakip.dts | 136 ++++++++++++++++++
4 files changed, 148 insertions(+)
create mode 100644 arch/arm64/boot/dts/renesas/r9a09g057h48-kakip.dts

--
2.47.1