dts: nordic: Enable wdt nodes by default for all nRF SoCs
Actually, add the "status" property that enables the nodes explicitly. They were apparently enabled by default without this property. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
44a08ab557
commit
3ea29d081f
5 changed files with 5 additions and 0 deletions
|
@ -144,6 +144,7 @@
|
|||
compatible = "nordic,nrf-watchdog";
|
||||
reg = <0x40010000 0x1000>;
|
||||
interrupts = <16 1>;
|
||||
status = "ok";
|
||||
label = "WDT";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -130,6 +130,7 @@
|
|||
compatible = "nordic,nrf-watchdog";
|
||||
reg = <0x40010000 0x1000>;
|
||||
interrupts = <16 1>;
|
||||
status = "ok";
|
||||
label = "WDT";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -184,6 +184,7 @@
|
|||
compatible = "nordic,nrf-watchdog";
|
||||
reg = <0x40010000 0x1000>;
|
||||
interrupts = <16 1>;
|
||||
status = "ok";
|
||||
label = "WDT";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -245,6 +245,7 @@
|
|||
compatible = "nordic,nrf-watchdog";
|
||||
reg = <0x40010000 0x1000>;
|
||||
interrupts = <16 1>;
|
||||
status = "ok";
|
||||
label = "WDT";
|
||||
};
|
||||
|
||||
|
|
|
@ -218,6 +218,7 @@ wdt: watchdog@18000 {
|
|||
compatible = "nordic,nrf-watchdog";
|
||||
reg = <0x18000 0x1000>;
|
||||
interrupts = <24 1>;
|
||||
status = "ok";
|
||||
label = "WDT";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue