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

View File

@@ -102,6 +102,8 @@
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 @@
gpio-controller;
#gpio-cells = <2>;
#interrupt-cells = <2>;
uart0_pins: uart0-pins {
mux {
function = "uart";
groups = "uart0";
};
};
};
efuse@11f20000 {