mbox series

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

Message ID 20250111080903.3566296-1-iwamatsu@nigauri.org (mailing list archive)
Headers show
Series Add support Yuridenki-Shokai Kakip board | expand

Message

Nobuhiro Iwamatsu Jan. 11, 2025, 8:08 a.m. UTC
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

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         |   4 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/renesas/Makefile          |   1 +
 .../boot/dts/renesas/r9a09g057h48-kakip.dts   | 138 ++++++++++++++++++
 4 files changed, 145 insertions(+)
 create mode 100644 arch/arm64/boot/dts/renesas/r9a09g057h48-kakip.dts

Comments

Geert Uytterhoeven Jan. 13, 2025, 9:41 a.m. UTC | #1
Hi Iwamatsu-san,

On Sat, Jan 11, 2025 at 9:09 AM Nobuhiro Iwamatsu <iwamatsu@nigauri.org> wrote:
> This patch series add basic support for Yuridenki-Shokai[0] Kakip board[1] based
> on R9A09G057H48.

Thanks for your series!

> [1]: https://www.kakip.ai/

Are the full schematics available, too?  The "Simple H/W Ref." document
contains only a block diagram and connector pinout.  Access to the
schematics would make it easier to review DTS patches.

Thanks!

Gr{oetje,eeting}s,

                        Geert
Nobuhiro Iwamatsu Jan. 14, 2025, 1:45 p.m. UTC | #2
Hi,

2025年1月13日(月) 18:42 Geert Uytterhoeven <geert@linux-m68k.org>:
>
> Hi Iwamatsu-san,
>
> On Sat, Jan 11, 2025 at 9:09 AM Nobuhiro Iwamatsu <iwamatsu@nigauri.org> wrote:
> > This patch series add basic support for Yuridenki-Shokai[0] Kakip board[1] based
> > on R9A09G057H48.
>
> Thanks for your series!
>
> > [1]: https://www.kakip.ai/
>
> Are the full schematics available, too?  The "Simple H/W Ref." document
> contains only a block diagram and connector pinout.  Access to the
> schematics would make it easier to review DTS patches.

Currently they are not publicly available. But as you wrote, I believe
they should be made public.
I am asking about this.

Best regards,
  Nobuhiro