Skip to content

Commit d6998cd

Browse files
committed
arm64: dts: mediatek: mt7988-bpi-r4: add uart2
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
1 parent df8d3bc commit d6998cd

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,13 @@
445445
groups = "spi0", "spi0_wp_hold";
446446
};
447447
};
448+
449+
uart2_3_lite_pins: uart-2-3-lite-pins {
450+
mux {
451+
function = "uart";
452+
groups = "uart2_3_lite";
453+
};
454+
};
448455
};
449456

450457
&pwm {
@@ -455,6 +462,12 @@
455462
status = "okay";
456463
};
457464

465+
&serial2 {
466+
pinctrl-names = "default";
467+
pinctrl-0 = <&uart2_3_lite_pins>;
468+
status = "okay";
469+
};
470+
458471
&spi0 {
459472
pinctrl-names = "default";
460473
pinctrl-0 = <&spi0_flash_pins>;

0 commit comments

Comments
 (0)