We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8d3bc commit d6998cdCopy full SHA for d6998cd
1 file changed
arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dtsi
@@ -445,6 +445,13 @@
445
groups = "spi0", "spi0_wp_hold";
446
};
447
448
+
449
+ uart2_3_lite_pins: uart-2-3-lite-pins {
450
+ mux {
451
+ function = "uart";
452
+ groups = "uart2_3_lite";
453
+ };
454
455
456
457
&pwm {
@@ -455,6 +462,12 @@
462
status = "okay";
463
464
465
+&serial2 {
466
+ pinctrl-names = "default";
467
+ pinctrl-0 = <&uart2_3_lite_pins>;
468
+ status = "okay";
469
+};
470
458
471
&spi0 {
459
472
pinctrl-names = "default";
460
473
pinctrl-0 = <&spi0_flash_pins>;
0 commit comments