Skip to content

Commit

Permalink
arm64: dts: renesas: condor: add EtherAVB support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sergei Shtylyov authored and Simon Horman committed Feb 21, 2018
1 parent b9edbce commit 8091788
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm64/boot/dts/renesas/r8a77980-condor.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

aliases {
serial0 = &scif0;
ethernet0 = &avb;
};

chosen {
Expand All @@ -28,6 +29,18 @@
};
};

&avb {
phy-mode = "rgmii-id";
phy-handle = <&phy0>;
renesas,no-ether-link;
status = "okay";

phy0: ethernet-phy@0 {
rxc-skew-ps = <1500>;
reg = <0>;
};
};

&extal_clk {
clock-frequency = <16666666>;
};
Expand Down

0 comments on commit 8091788

Please sign in to comment.