Re: [RFC PATCH v2 23/30] arch/sh: Add SH7751 SoC Internal periphreal devicetree.
Krzysztof Kozlowski <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <[email protected]> |
On 13/09/2023 11:23, Yoshinori Sato wrote: > Signed-off-by: Yoshinori Sato <[email protected]> > --- > arch/sh/boot/dts/sh7751.dtsi | 76 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 76 insertions(+) > create mode 100644 arch/sh/boot/dts/sh7751.dtsi > > diff --git a/arch/sh/boot/dts/sh7751.dtsi b/arch/sh/boot/dts/sh7751.dtsi > new file mode 100644 > index 000000000000..749eab3bce9f > --- /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"; Except missing spaces and incorrect indentation, where is this documented? Anyway it looks really odd to use such compatibles for CPUs. Best regards, Krzysztof