Hi Magnus, Thanks for your patch! On Sat, 5 Jul 2025 at 21:09, Magnus Damm <damm@xxxxxxxxxxxxx> wrote: > From: Magnus Damm <damm@xxxxxxxxxxxxx> > > Add initial support for the GR-Mango board which is based on RZ/A2M by Renesas Is this the same as the GR-Mango2 board, which is the board I found schematics for? https://www.renesas.com/en/design-resources/boards-kits/gr-mango > Electronics. Included in this patch are DTS nodes for serial console as well > as MII Ethernet. > > Signed-off-by: Magnus Damm <damm@xxxxxxxxxxxxx> > --- /dev/null > +++ work/arch/arm/boot/dts/renesas/r7s9210-gr-mango.dts 2025-07-05 21:56:25.214033636 +0900 > @@ -0,0 +1,87 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Device Tree Source for the GRMANGO board GR-MANGO... > + * > + * Based on RZA2MEVB, Copyright (C) 2018 Renesas Electronics > + */ > + > +/dts-v1/; > +#include "r7s9210.dtsi" > +#include <dt-bindings/pinctrl/r7s9210-pinctrl.h> > + > +/ { > + model = "GRMANGO"; GR-MANGO... > + compatible = "renesas,grmango", "renesas,r7s9210"; According to the GR-MANGO2 schematics, this is not a Renesas board, but a Core Corporation board? So this needs a different vendor prefix, also to be added to Documentation/devicetree/bindings/vendor-prefixes.yaml. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds