Message ID | 20250217105354.551788-2-thierry.bultel.yh@bp.renesas.com (mailing list archive) |
---|---|
State | Under Review |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | add initial support for Renesas RZ/T2H SoC | expand |
Hi Thierry, On Mon, 17 Feb 2025 at 11:54, Thierry Bultel <thierry.bultel.yh@bp.renesas.com> wrote: > Add RZ/T2H (R9A09G077), its variants, and the rt2h-evk evaluation board in > documentation. > > Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com> Thanks for your patch! > --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > @@ -535,6 +535,16 @@ properties: > - renesas,r9a09g057h44 # RZ/V2HP with Mali-G31 + Mali-C55 support > - const: renesas,r9a09g057 > > + - description: RZ/T2H (R9A09G077) > + items: > + - enum: > + - renesas,r9a9g077m44-rzt2h-evk # RZ/T2H Evaluation Board > + - enum: > + - renesas,r9a09g077 # RZ/T2H with Quad Cortex-A55 + Dual Cortex-R52 "renesas,r9a09g077" should be moved as a fallback to the bottom. > + - renesas,r9a09g077m04 # RZ/T2H with Single Cortex-A55 + Dual Cortex-R52 - no security > + - renesas,r9a09g077m24 # RZ/T2H with Dual Cortex-A55 + Dual Cortex-R52 - no security > + - renesas,r9a09g077m44 # RZ/T2H with Quad Cortex-A55 + Dual Cortex-R52 - no security - const: renesas,r9a09g077 Gr{oetje,eeting}s, Geert
On Mon, 17 Feb 2025 at 11:54, Thierry Bultel <thierry.bultel.yh@bp.renesas.com> wrote: > Add RZ/T2H (R9A09G077), its variants, and the rt2h-evk evaluation board in > documentation. > > Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com> > --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > @@ -535,6 +535,16 @@ properties: > - renesas,r9a09g057h44 # RZ/V2HP with Mali-G31 + Mali-C55 support > - const: renesas,r9a09g057 > > + - description: RZ/T2H (R9A09G077) > + items: > + - enum: > + - renesas,r9a9g077m44-rzt2h-evk # RZ/T2H Evaluation Board renesas,rzt2h-evk > + - enum: > + - renesas,r9a09g077 # RZ/T2H with Quad Cortex-A55 + Dual Cortex-R52 > + - renesas,r9a09g077m04 # RZ/T2H with Single Cortex-A55 + Dual Cortex-R52 - no security > + - renesas,r9a09g077m24 # RZ/T2H with Dual Cortex-A55 + Dual Cortex-R52 - no security > + - renesas,r9a09g077m44 # RZ/T2H with Quad Cortex-A55 + Dual Cortex-R52 - no security > + > additionalProperties: true Gr{oetje,eeting}s, Geert
diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml index b7acb65bdecd..c1f5e0fa3c40 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml @@ -535,6 +535,16 @@ properties: - renesas,r9a09g057h44 # RZ/V2HP with Mali-G31 + Mali-C55 support - const: renesas,r9a09g057 + - description: RZ/T2H (R9A09G077) + items: + - enum: + - renesas,r9a9g077m44-rzt2h-evk # RZ/T2H Evaluation Board + - enum: + - renesas,r9a09g077 # RZ/T2H with Quad Cortex-A55 + Dual Cortex-R52 + - renesas,r9a09g077m04 # RZ/T2H with Single Cortex-A55 + Dual Cortex-R52 - no security + - renesas,r9a09g077m24 # RZ/T2H with Dual Cortex-A55 + Dual Cortex-R52 - no security + - renesas,r9a09g077m44 # RZ/T2H with Quad Cortex-A55 + Dual Cortex-R52 - no security + additionalProperties: true ...
Add RZ/T2H (R9A09G077), its variants, and the rt2h-evk evaluation board in documentation. Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com> --- .../devicetree/bindings/soc/renesas/renesas.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+)