uboot-rockchip: photonicat: move pcat-wdt node to uboot's dts
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
d9102619a6
commit
f575addc1d
@ -6,6 +6,12 @@
|
||||
chosen {
|
||||
stdout-path = &uart2;
|
||||
};
|
||||
|
||||
pcat-wdt {
|
||||
compatible = "linux,wdt-pcat";
|
||||
port = <&uart4>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&gpio0 {
|
||||
|
||||
@ -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>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user