mediatek: fix uart node for tplink 7dr72x0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2025-07-16 22:00:42 +08:00
parent 5e8638337a
commit c638e7d97f

View File

@@ -19,7 +19,7 @@
led-running = &led_status_green;
led-upgrade = &led_status_green;
label-mac-device = &gmac0;
serial0 = &serial0;
serial0 = &uart0;
};
chosen {
@@ -310,10 +310,6 @@
};
};
&serial0 {
status = "okay";
};
&spi0 {
pinctrl-names = "default";
pinctrl-0 = <&spi0_flash_pins>;
@@ -393,6 +389,10 @@
status = "okay";
};
&uart0 {
status = "okay";
};
&watchdog {
status = "okay";
};