Skip to content

Commit 8091788

Browse files
Sergei Shtylyovhorms
authored andcommitted
arm64: dts: renesas: condor: add EtherAVB support
Define the Condor board dependent part of the EtherAVB device node. Based on the original (and large) patch by Vladimir Barinov. Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent b9edbce commit 8091788

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

arch/arm64/boot/dts/renesas/r8a77980-condor.dts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
aliases {
1717
serial0 = &scif0;
18+
ethernet0 = &avb;
1819
};
1920

2021
chosen {
@@ -28,6 +29,18 @@
2829
};
2930
};
3031

32+
&avb {
33+
phy-mode = "rgmii-id";
34+
phy-handle = <&phy0>;
35+
renesas,no-ether-link;
36+
status = "okay";
37+
38+
phy0: ethernet-phy@0 {
39+
rxc-skew-ps = <1500>;
40+
reg = <0>;
41+
};
42+
};
43+
3144
&extal_clk {
3245
clock-frequency = <16666666>;
3346
};

0 commit comments

Comments
 (0)