Skip to content

Commit 7640d43

Browse files
Fabombgg
authored andcommitted
arm64: dts: mediatek: mt8195-demo: enable uart1
The UART1 is exposed on a header. Enable the uart1 node to be able to use it. Signed-off-by: Fabien Parent <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matthias Brugger <[email protected]>
1 parent 8a87419 commit 7640d43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/mediatek/mt8195-demo.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,12 @@
406406
status = "okay";
407407
};
408408

409+
&uart1 {
410+
pinctrl-names = "default";
411+
pinctrl-0 = <&uart1_pins>;
412+
status = "okay";
413+
};
414+
409415
&u3phy0 {
410416
status = "okay";
411417
};

0 commit comments

Comments
 (0)