We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a573012 commit 14b5ecbCopy full SHA for 14b5ecb
1 file changed
arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts
@@ -17,6 +17,7 @@
17
serial0 = &uart0; /* DBGU */
18
serial1 = &uart6; /* BT */
19
serial2 = &uart5; /* mikro BUS 2 */
20
+ serial3 = &uart3; /* mikro BUS 1 */
21
i2c1 = &i2c1;
22
};
23
@@ -177,6 +178,12 @@
177
178
bias-disable;
179
180
181
+ pinctrl_uart3_default: uart3_default {
182
+ pinmux = <PIN_PB11__URXD3>,
183
+ <PIN_PB12__UTXD3>;
184
+ bias-disable;
185
+ };
186
+
187
pinctrl_usb_default: usb_default {
188
pinmux = <PIN_PA14__GPIO>;
189
@@ -229,6 +236,14 @@
229
236
status = "okay";
230
237
231
238
239
+&uart3 {
240
+ pinctrl-names = "default";
241
+ pinctrl-0 = <&pinctrl_uart3_default>;
242
+ atmel,use-dma-rx;
243
+ atmel,use-dma-tx;
244
+ status = "okay";
245
+};
246
232
247
&usb1 {
233
248
num-ports = <3>;
234
249
atmel,vbus-gpio = <0
0 commit comments