We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6998cd commit 1f1c980Copy full SHA for 1f1c980
1 file changed
arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dtsi
@@ -446,7 +446,14 @@
446
};
447
448
449
- uart2_3_lite_pins: uart-2-3-lite-pins {
+ uart1_2_lite_pins: uart1-2-lite-pins {
450
+ mux {
451
+ function = "uart";
452
+ groups = "uart1_2_lite";
453
+ };
454
455
+
456
+ uart2_3_lite_pins: uart2-3-lite-pins {
457
mux {
458
function = "uart";
459
groups = "uart2_3_lite";
@@ -462,6 +469,12 @@
462
469
status = "okay";
463
470
464
471
472
+&serial1 {
473
+ pinctrl-names = "default";
474
+ pinctrl-0 = <&uart1_2_lite_pins>;
475
+ status = "okay";
476
+};
477
465
478
&serial2 {
466
479
pinctrl-names = "default";
467
480
pinctrl-0 = <&uart2_3_lite_pins>;
0 commit comments