File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7
7
* PHY after matching MAC link caps with PHY link caps,
8
8
* even though, the design won't be able to actually support it
9
9
*/
10
- compatible = "cdns,macb ";
10
+ compatible = "xlnx,zynq-gem ";
11
11
12
12
ethernet_gem0_phy1: ethernet-phy@1 {
13
13
reg = <1>;
23
23
* PHY after matching MAC link caps with PHY link caps,
24
24
* even though, the design won't be able to actually support it
25
25
*/
26
- compatible = "cdns,macb ";
26
+ compatible = "xlnx,zynq-gem ";
27
27
28
28
ethernet_gem1_phy2: ethernet-phy@2 {
29
29
reg = <2>;
Original file line number Diff line number Diff line change 2
2
status = "okay";
3
3
phy-mode = "rgmii-id";
4
4
phy-handle = <ðernet_gem0_phy1>;
5
+ compatible = "xlnx,zynq-gem";
5
6
6
7
ethernet_gem0_phy1: ethernet-phy@1 {
7
8
reg = <1>;
18
19
status = "okay";
19
20
phy-mode = "rgmii-id";
20
21
phy-handle = <ðernet_gem1_phy2>;
22
+ compatible = "xlnx,zynq-gem";
21
23
22
24
ethernet_gem1_phy2: ethernet-phy@2 {
23
25
reg = <2>;
Original file line number Diff line number Diff line change 9
9
* PHY after matching MAC link caps with PHY link caps,
10
10
* even though, the design won't be able to actually support it
11
11
*/
12
- compatible = "cdns,macb ";
12
+ compatible = "xlnx,zynq-gem ";
13
13
14
14
clocks = <&clkc 30>, <&fmc_mii_clk1>, <&clkc 13>;
15
15
clock-names = "pclk", "hclk", "tx_clk";
31
31
* PHY after matching MAC link caps with PHY link caps,
32
32
* even though, the design won't be able to actually support it
33
33
*/
34
- compatible = "cdns,macb ";
34
+ compatible = "xlnx,zynq-gem ";
35
35
36
36
clocks = <&clkc 31>, <&fmc_mii_clk2>, <&clkc 14>;
37
37
clock-names = "pclk", "hclk", "tx_clk";
You can’t perform that action at this time.
0 commit comments