Re: [RFC PATCH v2 26/30] arch/sh: RTS7751R2D Plus DeviceTree.
Geert Uytterhoeven <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <CAMuHMdWY0gr-2eaGhoyeAib9=ABPWZqnYU6iAEUHAmVZiYUYNw@mail.gmail.com> |
Hi Sato-san, On Wed, Sep 13, 2023 at 11:24 AM Yoshinori Sato <[email protected]> wrote: > Signed-off-by: Yoshinori Sato <[email protected]> Thanks for your patch! > --- /dev/null > +++ b/arch/sh/boot/dts/rts7751r2dplus.dts > @@ -0,0 +1,124 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Device Tree Source for the Renesas RTS7751R2D Plus > + */ > + > +/dts-v1/; > + > +#include "sh7751.dtsi" > + > +/ { > + model = "Renesas RTS7715R2D Plus"; > + compatible = "renesas,r2dplus"; > + #address-cells = <1>; > + #size-cells = <1>; > + interrupt-parent = <&shintc>; > + > + aliases { > + serial0 = &scif1; > + }; > + > + chosen { I had to add stdout-path = "serial0:115200n8"; to get serial console output on qemu/r2d. > + }; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] 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