riscv: dts: spacemit: uart: remove sec_uart1 device node

sec_uart1 is not available from Linux, and no clock is implemented in
CCF framework, thus 'make dtbs_check' will pop up this warning message:

  serial@f0612000: 'clock-names' is a required property

Removing the node from device tree to silence the DT check warning.

Link: https://lore.kernel.org/r/20250902-02-k1-uart-clock-v2-1-f146918d44f6@gentoo.org
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yixun Lan 2025-09-02 20:26:58 +08:00
parent 0e28eab0ca
commit 0f084b221e
No known key found for this signature in database
GPG Key ID: 31AAEA47594DBBED

View File

@ -797,16 +797,7 @@ uart9: serial@d4017800 {
status = "disabled";
};
sec_uart1: serial@f0612000 {
compatible = "spacemit,k1-uart",
"intel,xscale-uart";
reg = <0x0 0xf0612000 0x0 0x100>;
interrupts = <43>;
clock-frequency = <14857000>;
reg-shift = <2>;
reg-io-width = <4>;
status = "reserved"; /* for TEE usage */
};
/* sec_uart1: 0xf0612000, not available from Linux */
};
multimedia-bus {