From: Josua Mayer <josua@solid-run.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Benjamin Bara <benjamin.bara@skidata.com>,
Linus Walleij <linusw@kernel.org>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
Jon Nettleton <jon@solid-run.com>,
Mikhail Anikin <mikhail.anikin@solid-run.com>,
Yazan Shhady <yazan.shhady@solid-run.com>,
"linux-renesas-soc@vger.kernel.org"
<linux-renesas-soc@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
Conor Dooley <conor.dooley@microchip.com>
Subject: Re: [PATCH v8 01/11] dt-bindings: soc: renesas: Add various SolidRun RZ/G2 based boards
Date: Fri, 25 Sep 2026 08:28:58 +0000 [thread overview]
Message-ID: <29a64d27-b19e-41e3-8d2f-768cfa8de2e6@solid-run.com> (raw)
In-Reply-To: <CAMuHMdXtcxyD4Zh+HyM1D43zu8KND-18FiLhi9OXTHZPojRH=A@mail.gmail.com>
Hi Geert,
On 9/23/2026 3:42 PM, Geert Uytterhoeven wrote:
> Hi Joshua,
>
> On Fri, 4 Sept 2026 at 13:56, Josua Mayer <josua@solid-run.com> wrote:
>> Add bindings for various SolidRun boards and System on Module built
>> around Renesas RZ/G2 family of SoCs:
>>
>> - RZ/G2L SoM [1]
>> - RZ/V2L SoM [2]
>> (shares PCB with G2L and has very similar programming model)
>> - RZ/G2LC SoM [3]
>> - RZ/G2UL SoM [4]
>> (shares PCB with G2LC but programming model differs largely)
>> - HummingBoard IIoT [5] (RZ/G2L, RZ/V2L, RZ/G2LC)
>> - HummingBoard Pro [6] (RZ/G2L, RZ/V2L)
>> - HummingBoard Base (Ripple) [7] (RZ/G2L, RZ/V2L, RZ/G2LC, RZ/G2UL)
>>
>> [1] https://www.solid-run.com/embedded-industrial-iot/renesas-rz-family/rz-g2l-som/
>> [2] https://www.solid-run.com/embedded-industrial-iot/renesas-rz-family/rz-v2l-som/
>> [3] https://www.solid-run.com/embedded-industrial-iot/renesas-rz-family/rz-g2lc-som/
>> [4] https://www.solid-run.com/embedded-industrial-iot/renesas-rz-family/rz-g2ul-som/
>> [5] https://www.solid-run.com/embedded-industrial-iot/renesas-rz-family/hummingboard-rz-series-sbcs/hummingboard-rz-g2l-iot-sbc/
>> [6] https://www.solid-run.com/embedded-industrial-iot/renesas-rz-family/hummingboard-rz-series-sbcs/hummingboard-rz-g2l-sbc/
>> [7] https://www.solid-run.com/embedded-industrial-iot/renesas-rz-family/hummingboard-rz-series-sbcs/hummingboard-rz-g2lc-base/
>>
>> Acked-by: Conor Dooley <conor.dooley@microchip.com>
>> Signed-off-by: Josua Mayer <josua@solid-run.com>
> Thanks for your patch!
>
>> --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
>> +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
>> @@ -508,6 +508,14 @@ properties:
>> - renesas,r9a07g043u12 # RZ/G2UL Type-2
>> - const: renesas,r9a07g043
>>
>> + - description: SolidRun RZ/G2UL based boards
>> + items:
>> + - enum:
>> + - solidrun,rzg2ul-hummingboard-ripple # SolidRun RZ/G2UL HummingBoard Ripple
> As RZ/G2UL is pin-compatible with RZ/G2LC,
The SoM is, the SoC is more complex.
SolidRun uses the G2L/G2LC package 15x15mm while G2UL is 13x13.
You are correct to expect HB-IIoT, however due to the reduced pin count
and feature set it is not useful and will likely never get supported by SR.
> I guess you could have an
> RZ/G2UL-based HummingBoard IIoT, too?
>
>> + - const: solidrun,rzg2ul-sr-som
> Is there any special meaning of the "sr" in the middle of this and all
> other SoM compatible values?
> If it just means "SolidRun",
It does.
> I think it can be dropped.
The "sr" is merely to avoid name collision with other SoM vendors.
> However,
> you already have that for various SoMs with non-Renesas SoCs.
Correct.
>
>> + - const: renesas,r9a07g043u12 # RZ/G2UL Type-2
>> + - const: renesas,r9a07g043
> The rest LGTM, so
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Thanks!
next prev parent reply other threads:[~2026-09-25 8:29 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-04 11:56 [PATCH v8 00/11] arm64: dts: " Josua Mayer
2026-09-04 11:56 ` [PATCH v8 01/11] dt-bindings: soc: " Josua Mayer
2026-09-23 13:42 ` Geert Uytterhoeven
2026-09-25 8:28 ` Josua Mayer [this message]
2026-09-25 8:36 ` Geert Uytterhoeven
2026-09-04 11:56 ` [PATCH v8 02/11] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Allow input-/output-disable Josua Mayer
2026-09-04 12:22 ` Geert Uytterhoeven
2026-09-04 11:56 ` [PATCH v8 03/11] dt-bindings: usb: cypress,hx3: make peer-hub property optional Josua Mayer
2026-09-04 11:56 ` [PATCH v8 04/11] arm64: dts: renesas: add support for solidrun rzg2l som and hb-iiot evb Josua Mayer
2026-09-23 14:37 ` Geert Uytterhoeven
2026-09-04 11:56 ` [PATCH v8 05/11] arm64: dts: renesas: add support for solidrun rzv2l " Josua Mayer
2026-09-23 14:46 ` Geert Uytterhoeven
2026-09-04 11:56 ` [PATCH v8 06/11] arm64: dts: renesas: add support for solidrun rzg2lc " Josua Mayer
2026-09-23 14:51 ` Geert Uytterhoeven
2026-09-04 11:56 ` [PATCH v8 07/11] arm64: dts: renesas: rzg2l(c)/rzv2l hb-iiot: add dsi panel dt overlay Josua Mayer
2026-09-23 14:56 ` Geert Uytterhoeven
2026-09-04 11:56 ` [PATCH v8 08/11] arm64: dts: renesas: add support for solidrun hb-ripple with rzg2l som Josua Mayer
2026-09-23 15:09 ` Geert Uytterhoeven
2026-09-04 11:56 ` [PATCH v8 09/11] arm64: dts: renesas: add support for solidrun hb-ripple with rzv2l som Josua Mayer
2026-09-23 15:10 ` Geert Uytterhoeven
2026-09-04 11:56 ` [PATCH v8 10/11] arm64: dts: renesas: add support for solidrun hb-ripple with rzg2lc som Josua Mayer
2026-09-23 15:10 ` Geert Uytterhoeven
2026-09-04 11:56 ` [PATCH v8 11/11] arm64: dts: renesas: add support for solidrun rzg2ul som on hb-ripple Josua Mayer
2026-09-23 15:11 ` Geert Uytterhoeven
2026-09-18 10:08 ` [PATCH v8 00/11] arm64: dts: renesas: Add various SolidRun RZ/G2 based boards Josua Mayer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=29a64d27-b19e-41e3-8d2f-768cfa8de2e6@solid-run.com \
--to=josua@solid-run.com \
--cc=benjamin.bara@skidata.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=geert@linux-m68k.org \
--cc=gregkh@linuxfoundation.org \
--cc=jon@solid-run.com \
--cc=krzk+dt@kernel.org \
--cc=linusw@kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mikhail.anikin@solid-run.com \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=robh@kernel.org \
--cc=yazan.shhady@solid-run.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®