File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
arch/arm64/boot/dts/marvell Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 79
79
};
80
80
81
81
&i2c0 {
82
+ pinctrl-names = "default";
83
+ pinctrl-0 = <&i2c1_pins>;
82
84
status = "okay";
83
85
84
86
gpio_exp: pca9555@22 {
113
115
114
116
&spi0 {
115
117
status = "okay";
118
+ pinctrl-names = "default";
119
+ pinctrl-0 = <&spi_quad_pins>;
116
120
117
121
m25p80@0 {
118
122
compatible = "jedec,spi-nor";
143
147
144
148
/* Exported on the micro USB connector CON32 through an FTDI */
145
149
&uart0 {
150
+ pinctrl-names = "default";
151
+ pinctrl-0 = <&uart1_pins>;
146
152
status = "okay";
147
153
};
148
154
178
184
};
179
185
180
186
ð0 {
187
+ pinctrl-names = "default";
188
+ pinctrl-0 = <&rgmii_pins>;
181
189
phy-mode = "rgmii-id";
182
190
phy = <&phy0>;
183
191
status = "okay";
Original file line number Diff line number Diff line change 190
190
clock-output-names = "xtal";
191
191
#clock-cells = <0>;
192
192
};
193
+
194
+ spi_quad_pins: spi-quad-pins {
195
+ groups = "spi_quad";
196
+ function = "spi";
197
+ };
198
+
199
+ i2c1_pins: i2c1-pins {
200
+ groups = "i2c1";
201
+ function = "i2c";
202
+ };
203
+
204
+ i2c2_pins: i2c2-pins {
205
+ groups = "i2c2";
206
+ function = "i2c";
207
+ };
208
+
209
+ uart1_pins: uart1-pins {
210
+ groups = "uart1";
211
+ function = "uart";
212
+ };
213
+
214
+ uart2_pins: uart2-pins {
215
+ groups = "uart2";
216
+ function = "uart";
217
+ };
193
218
};
194
219
195
220
pinctrl_sb: pinctrl@18800 {
207
232
<GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
208
233
<GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
209
234
};
235
+
236
+ rgmii_pins: mii-pins {
237
+ groups = "rgmii";
238
+ function = "mii";
239
+ };
240
+
210
241
};
211
242
212
243
eth0: ethernet@30000 {
You can’t perform that action at this time.
0 commit comments