2023-11-21 00:01:25

by claudiu beznea

[permalink] [raw]
Subject: [PATCH 10/14] arm64: renesas: r9a08g045: Add Ethernet nodes

From: Claudiu Beznea <[email protected]>

Add Ethernet nodes available on RZ/G3S (R9A08G045).

Signed-off-by: Claudiu Beznea <[email protected]>
---
arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
index 6c7b29b69d0e..1caa0587fdd4 100644
--- a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
@@ -149,6 +149,38 @@ sdhi2: mmc@11c20000 {
status = "disabled";
};

+ eth0: ethernet@11c30000 {
+ compatible = "renesas,r9a08g045-gbeth", "renesas,rzg2l-gbeth";
+ reg = <0 0x11c30000 0 0x10000>;
+ interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "mux", "fil", "arp_ns";
+ clocks = <&cpg CPG_MOD R9A08G045_ETH0_CLK_AXI>,
+ <&cpg CPG_MOD R9A08G045_ETH0_CLK_CHI>,
+ <&cpg CPG_MOD R9A08G045_ETH0_REFCLK>;
+ clock-names = "axi", "chi", "refclk";
+ resets = <&cpg R9A08G045_ETH0_RST_HW_N>;
+ power-domains = <&cpg>;
+ status = "disabled";
+ };
+
+ eth1: ethernet@11c40000 {
+ compatible = "renesas,r9a08g045-gbeth", "renesas,rzg2l-gbeth";
+ reg = <0 0x11c40000 0 0x10000>;
+ interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "mux", "fil", "arp_ns";
+ clocks = <&cpg CPG_MOD R9A08G045_ETH1_CLK_AXI>,
+ <&cpg CPG_MOD R9A08G045_ETH1_CLK_CHI>,
+ <&cpg CPG_MOD R9A08G045_ETH1_REFCLK>;
+ clock-names = "axi", "chi", "refclk";
+ resets = <&cpg R9A08G045_ETH1_RST_HW_N>;
+ power-domains = <&cpg>;
+ status = "disabled";
+ };
+
gic: interrupt-controller@12400000 {
compatible = "arm,gic-v3";
#interrupt-cells = <3>;
--
2.39.2


2023-12-01 17:36:22

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 10/14] arm64: renesas: r9a08g045: Add Ethernet nodes

Hi Claudiu,

On Mon, Nov 20, 2023 at 8:01 AM Claudiu <[email protected]> wrote:
> From: Claudiu Beznea <[email protected]>
>
> Add Ethernet nodes available on RZ/G3S (R9A08G045).
>
> Signed-off-by: Claudiu Beznea <[email protected]>

Thanks for your patch!

> --- a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> @@ -149,6 +149,38 @@ sdhi2: mmc@11c20000 {
> status = "disabled";
> };
>
> + eth0: ethernet@11c30000 {
> + compatible = "renesas,r9a08g045-gbeth", "renesas,rzg2l-gbeth";
> + reg = <0 0x11c30000 0 0x10000>;
> + interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-names = "mux", "fil", "arp_ns";
> + clocks = <&cpg CPG_MOD R9A08G045_ETH0_CLK_AXI>,
> + <&cpg CPG_MOD R9A08G045_ETH0_CLK_CHI>,
> + <&cpg CPG_MOD R9A08G045_ETH0_REFCLK>;
> + clock-names = "axi", "chi", "refclk";
> + resets = <&cpg R9A08G045_ETH0_RST_HW_N>;
> + power-domains = <&cpg>;

Perhaps add a default phy mode, like on other SoCs?

phy-mode = "rgmii"';

Also missing:

#address-cells = <1>;
#size-cells = <0>;

> + status = "disabled";
> + };

Same comments for eth1.

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

2023-12-04 07:42:07

by claudiu beznea

[permalink] [raw]
Subject: Re: [PATCH 10/14] arm64: renesas: r9a08g045: Add Ethernet nodes

Hi, Geert,

On 01.12.2023 19:35, Geert Uytterhoeven wrote:
> Hi Claudiu,
>
> On Mon, Nov 20, 2023 at 8:01 AM Claudiu <[email protected]> wrote:
>> From: Claudiu Beznea <[email protected]>
>>
>> Add Ethernet nodes available on RZ/G3S (R9A08G045).
>>
>> Signed-off-by: Claudiu Beznea <[email protected]>
>
> Thanks for your patch!
>
>> --- a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
>> +++ b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
>> @@ -149,6 +149,38 @@ sdhi2: mmc@11c20000 {
>> status = "disabled";
>> };
>>
>> + eth0: ethernet@11c30000 {
>> + compatible = "renesas,r9a08g045-gbeth", "renesas,rzg2l-gbeth";
>> + reg = <0 0x11c30000 0 0x10000>;
>> + interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
>> + <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
>> + <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
>> + interrupt-names = "mux", "fil", "arp_ns";
>> + clocks = <&cpg CPG_MOD R9A08G045_ETH0_CLK_AXI>,
>> + <&cpg CPG_MOD R9A08G045_ETH0_CLK_CHI>,
>> + <&cpg CPG_MOD R9A08G045_ETH0_REFCLK>;
>> + clock-names = "axi", "chi", "refclk";
>> + resets = <&cpg R9A08G045_ETH0_RST_HW_N>;
>> + power-domains = <&cpg>;
>
> Perhaps add a default phy mode, like on other SoCs?
>
> phy-mode = "rgmii"';

I skipped this (even it was available on the other SoCs) as I consider the
phy-mode is board specific.

>
> Also missing:
>
> #address-cells = <1>;
> #size-cells = <0>;

Same for these.

>
>> + status = "disabled";
>> + };
>
> Same comments for eth1.
>
> Gr{oetje,eeting}s,
>
> Geert
>

2023-12-04 08:10:37

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 10/14] arm64: renesas: r9a08g045: Add Ethernet nodes

Hi Claudiu,

On Mon, Dec 4, 2023 at 8:41 AM claudiu beznea <[email protected]> wrote:
> On 01.12.2023 19:35, Geert Uytterhoeven wrote:
> > On Mon, Nov 20, 2023 at 8:01 AM Claudiu <[email protected]> wrote:
> >> From: Claudiu Beznea <[email protected]>
> >>
> >> Add Ethernet nodes available on RZ/G3S (R9A08G045).
> >>
> >> Signed-off-by: Claudiu Beznea <[email protected]>
> >
> > Thanks for your patch!
> >
> >> --- a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> >> +++ b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> >> @@ -149,6 +149,38 @@ sdhi2: mmc@11c20000 {
> >> status = "disabled";
> >> };
> >>
> >> + eth0: ethernet@11c30000 {
> >> + compatible = "renesas,r9a08g045-gbeth", "renesas,rzg2l-gbeth";
> >> + reg = <0 0x11c30000 0 0x10000>;
> >> + interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
> >> + <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
> >> + <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
> >> + interrupt-names = "mux", "fil", "arp_ns";
> >> + clocks = <&cpg CPG_MOD R9A08G045_ETH0_CLK_AXI>,
> >> + <&cpg CPG_MOD R9A08G045_ETH0_CLK_CHI>,
> >> + <&cpg CPG_MOD R9A08G045_ETH0_REFCLK>;
> >> + clock-names = "axi", "chi", "refclk";
> >> + resets = <&cpg R9A08G045_ETH0_RST_HW_N>;
> >> + power-domains = <&cpg>;
> >
> > Perhaps add a default phy mode, like on other SoCs?
> >
> > phy-mode = "rgmii"';
>
> I skipped this (even it was available on the other SoCs) as I consider the
> phy-mode is board specific.

IC. Still, it's good to have some consistency across boards.

> > Also missing:
> >
> > #address-cells = <1>;
> > #size-cells = <0>;
>
> Same for these.

These are required, and always have the same values, so it makes more
sense to have them in the SoC .dtsi file, once.

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

2023-12-04 08:38:38

by claudiu beznea

[permalink] [raw]
Subject: Re: [PATCH 10/14] arm64: renesas: r9a08g045: Add Ethernet nodes



On 04.12.2023 10:02, Geert Uytterhoeven wrote:
> Hi Claudiu,
>
> On Mon, Dec 4, 2023 at 8:41 AM claudiu beznea <[email protected]> wrote:
>> On 01.12.2023 19:35, Geert Uytterhoeven wrote:
>>> On Mon, Nov 20, 2023 at 8:01 AM Claudiu <[email protected]> wrote:
>>>> From: Claudiu Beznea <[email protected]>
>>>>
>>>> Add Ethernet nodes available on RZ/G3S (R9A08G045).
>>>>
>>>> Signed-off-by: Claudiu Beznea <[email protected]>
>>>
>>> Thanks for your patch!
>>>
>>>> --- a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
>>>> +++ b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
>>>> @@ -149,6 +149,38 @@ sdhi2: mmc@11c20000 {
>>>> status = "disabled";
>>>> };
>>>>
>>>> + eth0: ethernet@11c30000 {
>>>> + compatible = "renesas,r9a08g045-gbeth", "renesas,rzg2l-gbeth";
>>>> + reg = <0 0x11c30000 0 0x10000>;
>>>> + interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
>>>> + <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
>>>> + <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
>>>> + interrupt-names = "mux", "fil", "arp_ns";
>>>> + clocks = <&cpg CPG_MOD R9A08G045_ETH0_CLK_AXI>,
>>>> + <&cpg CPG_MOD R9A08G045_ETH0_CLK_CHI>,
>>>> + <&cpg CPG_MOD R9A08G045_ETH0_REFCLK>;
>>>> + clock-names = "axi", "chi", "refclk";
>>>> + resets = <&cpg R9A08G045_ETH0_RST_HW_N>;
>>>> + power-domains = <&cpg>;
>>>
>>> Perhaps add a default phy mode, like on other SoCs?
>>>
>>> phy-mode = "rgmii"';
>>
>> I skipped this (even it was available on the other SoCs) as I consider the
>> phy-mode is board specific.
>
> IC. Still, it's good to have some consistency across boards.
>
>>> Also missing:
>>>
>>> #address-cells = <1>;
>>> #size-cells = <0>;
>>
>> Same for these.
>
> These are required, and always have the same values, so it makes more
> sense to have them in the SoC .dtsi file, once.

I remember I had a compilation warning with an Ethernet controller
configured with fixed-link having #address-cells, #size-cells. With
fixed-link these were not needed.

Anyway... I'll keep all in dtsi if you prefer it this way.

Thank you,
Claudiu Beznea

>
> Gr{oetje,eeting}s,
>
> Geert
>

2023-12-04 09:00:40

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 10/14] arm64: renesas: r9a08g045: Add Ethernet nodes

Hi Claudiu,

On Mon, Dec 4, 2023 at 9:38 AM claudiu beznea <[email protected]> wrote:
> On 04.12.2023 10:02, Geert Uytterhoeven wrote:
> > On Mon, Dec 4, 2023 at 8:41 AM claudiu beznea <[email protected]> wrote:
> >> On 01.12.2023 19:35, Geert Uytterhoeven wrote:
> >>> On Mon, Nov 20, 2023 at 8:01 AM Claudiu <[email protected]> wrote:
> >>>> From: Claudiu Beznea <[email protected]>
> >>>>
> >>>> Add Ethernet nodes available on RZ/G3S (R9A08G045).
> >>>>
> >>>> Signed-off-by: Claudiu Beznea <[email protected]>
> >>>
> >>> Thanks for your patch!
> >>>
> >>>> --- a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> >>>> +++ b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> >>>> @@ -149,6 +149,38 @@ sdhi2: mmc@11c20000 {
> >>>> status = "disabled";
> >>>> };
> >>>>
> >>>> + eth0: ethernet@11c30000 {
> >>>> + compatible = "renesas,r9a08g045-gbeth", "renesas,rzg2l-gbeth";
> >>>> + reg = <0 0x11c30000 0 0x10000>;
> >>>> + interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
> >>>> + <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
> >>>> + <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
> >>>> + interrupt-names = "mux", "fil", "arp_ns";
> >>>> + clocks = <&cpg CPG_MOD R9A08G045_ETH0_CLK_AXI>,
> >>>> + <&cpg CPG_MOD R9A08G045_ETH0_CLK_CHI>,
> >>>> + <&cpg CPG_MOD R9A08G045_ETH0_REFCLK>;
> >>>> + clock-names = "axi", "chi", "refclk";
> >>>> + resets = <&cpg R9A08G045_ETH0_RST_HW_N>;
> >>>> + power-domains = <&cpg>;
> >>>
> >>> Perhaps add a default phy mode, like on other SoCs?
> >>>
> >>> phy-mode = "rgmii"';
> >>
> >> I skipped this (even it was available on the other SoCs) as I consider the
> >> phy-mode is board specific.
> >
> > IC. Still, it's good to have some consistency across boards.
> >
> >>> Also missing:
> >>>
> >>> #address-cells = <1>;
> >>> #size-cells = <0>;
> >>
> >> Same for these.
> >
> > These are required, and always have the same values, so it makes more
> > sense to have them in the SoC .dtsi file, once.
>
> I remember I had a compilation warning with an Ethernet controller
> configured with fixed-link having #address-cells, #size-cells. With
> fixed-link these were not needed.

I think EtherAVB always use MDIO for management, so fixed-link is
not applicable.

> Anyway... I'll keep all in dtsi if you prefer it this way.

Yes please, thanks!

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