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 <fparent@baylibre.com>
Link: https://lore.kernel.org/r/20220426134106.242353-8-fparent@baylibre.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Fabien Parent 2022-04-26 15:41:05 +02:00 committed by Matthias Brugger
parent 8a87419481
commit 7640d4350a
1 changed files with 6 additions and 0 deletions

View File

@ -406,6 +406,12 @@
status = "okay";
};
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&uart1_pins>;
status = "okay";
};
&u3phy0 {
status = "okay";
};