Commit 98e2603e authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

switch to MACB ethernet driver

parent 8b4bb5ac
...@@ -124,17 +124,13 @@ ...@@ -124,17 +124,13 @@
ps7_ethernet_0: ps7-ethernet@e000b000 { ps7_ethernet_0: ps7-ethernet@e000b000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clock-names = "ref_clk", "aper_clk"; clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
clocks = <&clkc 13>, <&clkc 30>; clock-names = "pclk", "hclk", "tx_clk";
compatible = "xlnx,ps7-ethernet-1.00.a"; compatible = "cdns,zynq-gem", "cdns,gem";
interrupt-parent = <&ps7_scugic_0>; interrupt-parent = <&ps7_scugic_0>;
interrupts = <0 22 4>; interrupts = <0 22 4>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
reg = <0xe000b000 0x1000>; reg = <0xe000b000 0x1000>;
xlnx,enet-reset = <0xffffffff>;
xlnx,eth-mode = <0x1>;
xlnx,has-mdio = <0x1>;
xlnx,ptp-enet-clock = <111111115>;
} ; } ;
ps7_i2c_0: ps7-i2c@e0004000 { ps7_i2c_0: ps7-i2c@e0004000 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment