[PATCH 3/8] arm64: dts: rockchip: enable uart0 on Qnap-TS433
Heiko Stuebner
heiko at sntech.de
Sat Jul 20 14:08:50 PDT 2024
Uart0 is connected to an MCU on the board that handles system control
like the fan-speed. So far no driver for it is available though.
Signed-off-by: Heiko Stuebner <heiko at sntech.de>
---
arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts b/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
index 0636a08986572..f3ce3cc4598db 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
@@ -102,6 +102,10 @@ &sdhci {
status = "okay";
};
+&uart0 {
+ status = "okay";
+};
+
/*
* Pins available on CN3 connector at TTL voltage level (3V3).
* ,_ _.
--
2.39.2
More information about the Linux-rockchip
mailing list