Skip to content

Commit

Permalink
arm64: dts: r8a7795: enable EthernetAVB on Salvator-X
Browse files Browse the repository at this point in the history
Signed-off-by: Kazuya Mizuguchi <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
KAZUMIZU authored and horms committed Nov 20, 2015
1 parent a92843c commit 6fa501c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
renesas,groups = "scif2_data_a";
renesas,function = "scif2";
};

avb_pins: avb {
renesas,groups = "avb_mdc";
renesas,function = "avb";
};
};

&scif1 {
Expand All @@ -60,3 +65,29 @@

status = "okay";
};

&avb {
pinctrl-0 = <&avb_pins>;
pinctrl-names = "default";
renesas,no-ether-link;
phy-handle = <&phy0>;
status = "okay";

phy0: ethernet-phy@0 {
rxc-skew-ps = <900>;
rxdv-skew-ps = <0>;
rxd0-skew-ps = <0>;
rxd1-skew-ps = <0>;
rxd2-skew-ps = <0>;
rxd3-skew-ps = <0>;
txc-skew-ps = <900>;
txen-skew-ps = <0>;
txd0-skew-ps = <0>;
txd1-skew-ps = <0>;
txd2-skew-ps = <0>;
txd3-skew-ps = <0>;
reg = <0>;
interrupt-parent = <&gpio2>;
interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
};
};

0 comments on commit 6fa501c

Please sign in to comment.