Re: [RFC PATCH v2 23/30] arch/sh: Add SH7751 SoC Internal periphreal devicetree.
Geert Uytterhoeven <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <CAMuHMdVKvfxJx=QCCqp7DQqsS8Qz9gEAS75Mb-v_L9u_0nQKOg@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]> > --- /dev/null > +++ b/arch/sh/boot/dts/sh7751.dtsi > @@ -0,0 +1,76 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Device Tree Source for the SH7751 SoC > + */ > + > +#include <dt-bindings/interrupt-controller/sh_intc.h> > +#include <dt-bindings/clock/sh7750.h> > + > +/ { > + cpus { > + #address-cells = <1>; > + #size-cells = <0>; > + cpu@0 { > + compatible = "renesas,sh7751r","renesas,sh4", "renesas,sh"; > + }; > + }; > + > + clocks { > + #address-cells = <1>; > + #size-cells = <1>; > + ranges; > + > + cpg: cpg@ffc00000 { > + #clock-cells = <1>; > + compatible = "renesas,sh7750-cpg"; renesas,sh7751-cpg? > + clocks = <&xtal>; Please provide an xtal (or extal) fixed-clock placeholder, to be filled in by the board DTS. (cfr. extal_clk in arch/arm64/boot/dts/renesas/r8a77951.dtsi) > + reg = <0xffc00000 2>, <0xffc00008 4>; > + }; > + > + }; 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