ramips: dts: mt7621: add missing pinctrl for uart0

This is necessary to make it work properly.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/22738
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Shiji Yang 2026-04-02 08:00:59 +08:00 committed by Hauke Mehrtens
parent 5e7ba98019
commit 6767f535be
3 changed files with 3 additions and 10 deletions

View File

@ -171,6 +171,9 @@
reg-shift = <2>;
reg-io-width = <4>;
no-loopback-test;
pinctrl-0 = <&uart1_pins>;
pinctrl-names = "default";
};
uartlite2: uartlite2@d00 {

View File

@ -272,8 +272,3 @@
function = "gpio";
};
};
&uartlite {
pinctrl-0 = <&uart1_pins>;
pinctrl-names = "default";
};

View File

@ -225,11 +225,6 @@
};
};
&uartlite {
pinctrl-0 = <&uart1_pins>;
pinctrl-names = "default";
};
&xhci {
status = "disabled";
};