dts: intel_adsp: ace remove dw watchdog
DW watchdog driver is not used on ACE, Intel ADSP watchdog driver will be used in DTS when ready to use Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
This commit is contained in:
parent
3c6e66e5b5
commit
155f866ecc
|
@ -513,32 +513,6 @@
|
|||
interrupt-parent = <&ace_intc>;
|
||||
};
|
||||
|
||||
watchdog0: watchdog@78300 {
|
||||
compatible = "snps,designware-watchdog";
|
||||
reg = <0x78300 0x100>;
|
||||
interrupts = <8 0 0>;
|
||||
interrupt-parent = <&core_intc>;
|
||||
clock-frequency = <32768>;
|
||||
reset-pulse-length = <2>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
watchdog1: watchdog@78400 {
|
||||
compatible = "snps,designware-watchdog";
|
||||
reg = <0x78400 0x100>;
|
||||
clock-frequency = <32768>;
|
||||
reset-pulse-length = <2>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
watchdog2: watchdog@78500 {
|
||||
compatible = "snps,designware-watchdog";
|
||||
reg = <0x78500 0x100>;
|
||||
clock-frequency = <32768>;
|
||||
reset-pulse-length = <2>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* This is actually an array of per-core designware
|
||||
* controllers, but the special setup and extra
|
||||
* masking layer makes it easier for MTL to handle
|
||||
|
|
Loading…
Reference in a new issue