uboot-rockchip: photonicat: move pcat-wdt node to uboot's dts

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2024-05-09 16:48:49 +08:00
parent d9102619a6
commit f575addc1d
2 changed files with 6 additions and 6 deletions

View File

@@ -6,6 +6,12 @@
chosen {
stdout-path = &uart2;
};
pcat-wdt {
compatible = "linux,wdt-pcat";
port = <&uart4>;
status = "okay";
};
};
&gpio0 {

View File

@@ -47,12 +47,6 @@
shutdown-gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_HIGH>;
};
pcat-wdt {
compatible = "linux,wdt-pcat";
port = <&uart4>;
status = "okay";
};
sdio_pwrseq: sdio-pwrseq {
compatible = "mmc-pwrseq-simple";
clocks = <&pmucru CLK_RTC_32K>;