arm64: dts: mediatek: mt7981b: Configure UART0 pinmux

Add explicit pinctrl configuration for UART0

Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Sjoerd Simons 2025-11-01 14:32:46 +01:00 committed by AngeloGioacchino Del Regno
parent c8dd72788f
commit 8bc650405f
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -102,6 +102,8 @@ uart0: serial@11002000 {
clocks = <&infracfg CLK_INFRA_UART0_SEL>,
<&infracfg CLK_INFRA_UART0_CK>;
clock-names = "baud", "bus";
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins>;
status = "disabled";
};
@ -229,6 +231,13 @@ pio: pinctrl@11d00000 {
gpio-controller;
#gpio-cells = <2>;
#interrupt-cells = <2>;
uart0_pins: uart0-pins {
mux {
function = "uart";
groups = "uart0";
};
};
};
efuse@11f20000 {