File tree Expand file tree Collapse file tree 1 file changed +30
-30
lines changed
arch/arm64/boot/dts/freescale Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change 30
30
};
31
31
};
32
32
33
- &adma_lpuart0 {
34
- pinctrl-names = "default";
35
- pinctrl-0 = <&pinctrl_lpuart0>;
36
- status = "okay";
37
- };
38
-
39
- &fec1 {
40
- pinctrl-names = "default";
41
- pinctrl-0 = <&pinctrl_fec1>;
42
- phy-mode = "rgmii-id";
43
- phy-handle = <ðphy0>;
44
- fsl,magic-packet;
33
+ &adma_dsp {
45
34
status = "okay";
46
-
47
- mdio {
48
- #address-cells = <1>;
49
- #size-cells = <0>;
50
-
51
- ethphy0: ethernet-phy@0 {
52
- compatible = "ethernet-phy-ieee802.3-c22";
53
- reg = <0>;
54
- };
55
- };
56
35
};
57
36
58
37
&adma_i2c1 {
131
110
};
132
111
};
133
112
113
+ &adma_lpuart0 {
114
+ pinctrl-names = "default";
115
+ pinctrl-0 = <&pinctrl_lpuart0>;
116
+ status = "okay";
117
+ };
118
+
119
+ &fec1 {
120
+ pinctrl-names = "default";
121
+ pinctrl-0 = <&pinctrl_fec1>;
122
+ phy-mode = "rgmii-id";
123
+ phy-handle = <ðphy0>;
124
+ fsl,magic-packet;
125
+ status = "okay";
126
+
127
+ mdio {
128
+ #address-cells = <1>;
129
+ #size-cells = <0>;
130
+
131
+ ethphy0: ethernet-phy@0 {
132
+ compatible = "ethernet-phy-ieee802.3-c22";
133
+ reg = <0>;
134
+ };
135
+ };
136
+ };
137
+
138
+ &scu_key {
139
+ status = "okay";
140
+ };
141
+
134
142
&usdhc1 {
135
143
assigned-clocks = <&clk IMX_CONN_SDHC0_CLK>;
136
144
assigned-clock-rates = <200000000>;
229
237
>;
230
238
};
231
239
};
232
-
233
- &adma_dsp {
234
- status = "okay";
235
- };
236
-
237
- &scu_key {
238
- status = "okay";
239
- };
You can’t perform that action at this time.
0 commit comments