Lines Matching +full:t +full:- +full:phy
2 * P1020 UTM-PC Device Tree Source stub (no addresses or top-level ranges)
37 #address-cells = <1>;
38 #size-cells = <1>;
39 compatible = "cfi-flash";
41 bank-width = <2>;
42 device-width = <1>;
64 /* 512KB for u-boot Bootloader Image */
65 /* 512KB for u-boot Environment Variables */
67 label = "NOR U-Boot Image";
68 read-only;
82 phy0: ethernet-phy@0 {
86 phy1: ethernet-phy@1 {
90 phy2: ethernet-phy@2 {
97 tbi1: tbi-phy@11 {
99 device_type = "tbi-phy";
104 tbi2: tbi-phy@11 {
106 device_type = "tbi-phy";
111 phy-handle = <&phy2>;
112 phy-connection-type = "rgmii-id";
116 phy-handle = <&phy0>;
117 tbi-handle = <&tbi1>;
118 phy-connection-type = "sgmii";
122 phy-handle = <&phy1>;
123 phy-connection-type = "rgmii-id";
131 by default. We can't put 'status = "disabled";' here
132 since U-Boot doesn't clear the status property when
133 it enables USB2. OTOH, U-Boot does create a new node
134 when there isn't any. So, just comment it out.