dts: adsp: ace: Changed used watchdog device
Changed the watchdog driver used by the ACE platform from snps,designware-watchdog to intel,adsp-watchdog. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
This commit is contained in:
parent
ea405eb49e
commit
c558fd5323
|
@ -510,32 +510,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
|
||||
|
@ -590,6 +564,21 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
/* This is actually an array of per-core designware
|
||||
* watchdogs, but the special setup and extra
|
||||
* masking layer makes it easier for MTL to handle
|
||||
* this internally.
|
||||
*/
|
||||
adsp_watchdog: adsp_watchdog@178D40 {
|
||||
compatible = "intel,adsp-watchdog";
|
||||
reg = <0x178D40 0x60>;
|
||||
interrupts = <8 0 0>;
|
||||
interrupt-parent = <&core_intc>;
|
||||
clock-frequency = <32768>;
|
||||
reset-pulse-length = <2>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
sha: adsp-sha@17df00 {
|
||||
compatible = "intel,adsp-sha";
|
||||
reg = <0x17df00 0xd0>;
|
||||
|
|
Loading…
Reference in a new issue