Hi Geert, Thanks for the feedback. > Subject: Re: [PATCH v3 7/7] arm64: dts: renesas: Add initial device tree > for RZ/G2UL Type-1 SMARC EVK > > Hi Biju, > > On Tue, Mar 15, 2022 at 3:27 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > wrote: > > Add basic support for RZ/G2UL SMARC EVK (based on R9A07G043U11): > > - memory > > - External input clock > > - CPG > > - DMA > > - SCIF > > > > It shares the same carrier board with RZ/G2L, but the pin mapping is > > different. Disable the device nodes which are not tested and delete > > the corresponding pinctrl definitions. > > > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > > --- /dev/null > > +++ b/arch/arm64/boot/dts/renesas/r9a07g043u11-smarc.dts > > @@ -0,0 +1,111 @@ > > +// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > +/* > > + * Device Tree Source for the RZ/G2UL Type-1 SMARC EVK board > > + * > > + * Copyright (C) 2022 Renesas Electronics Corp. > > + */ > > + > > +/dts-v1/; > > +#include "r9a07g043.dtsi" > > +#include "rzg2ul-smarc-som.dtsi" > > +#include "rz-smarc-common.dtsi" > > + > > +/ { > > + model = "Renesas SMARC EVK based on r9a07g043u11"; > > + compatible = "renesas,smarc-evk", "renesas,r9a07g043u11", > > +"renesas,r9a07g043"; > > Can you please send a patch to add this combination to > Documentation/devicetree/bindings/arm/renesas.yaml? OK, Will do. Cheers, Biju