We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8d3bc commit ead063eCopy full SHA for ead063e
1 file changed
arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dtsi
@@ -445,6 +445,20 @@
445
groups = "spi0", "spi0_wp_hold";
446
};
447
448
+
449
+ 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
458
459
+ groups = "uart2_3_lite";
460
461
462
463
464
&pwm {
@@ -455,6 +469,18 @@
469
status = "okay";
470
471
472
+&serial1 {
473
+ pinctrl-names = "default";
474
+ pinctrl-0 = <&uart1_2_lite_pins>;
475
+ status = "okay";
476
+};
477
478
+&serial2 {
479
480
+ pinctrl-0 = <&uart2_3_lite_pins>;
481
482
483
484
&spi0 {
485
pinctrl-names = "default";
486
pinctrl-0 = <&spi0_flash_pins>;
0 commit comments