OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | // SPDX-License-Identifier: GPL-2.0-or-later OR MIT |
2 | /dts-v1/; |
||
3 | |||
4 | #include "ar7161_ubnt_routerstation.dtsi" |
||
5 | |||
6 | / { |
||
7 | compatible = "ubnt,routerstation-pro", "qca,ar7161"; |
||
8 | model = "Ubiquiti RouterStation Pro"; |
||
9 | }; |
||
10 | |||
11 | &mdio0 { |
||
12 | status = "okay"; |
||
13 | |||
14 | phy0: ethernet-phy@0 { |
||
15 | reg = <0>; |
||
16 | }; |
||
17 | |||
18 | phy4: ethernet-phy@4 { |
||
19 | reg = <4>; |
||
20 | }; |
||
21 | }; |
||
22 | |||
23 | ð0 { |
||
24 | phy-mode = "rgmii"; |
||
25 | phy-handle = <&phy4>; |
||
26 | }; |
||
27 | |||
28 | ð1 { |
||
29 | phy-mode = "rgmii"; |
||
30 | phy-handle = <&phy0>; |
||
31 | }; |