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:
Andrzej Głąbek 2019-02-05 12:28:21 +01:00 committed by Maureen Helm
commit 3ea29d081f
5 changed files with 5 additions and 0 deletions

View file

@ -144,6 +144,7 @@
compatible = "nordic,nrf-watchdog";
reg = <0x40010000 0x1000>;
interrupts = <16 1>;
status = "ok";
label = "WDT";
};
};

View file

@ -130,6 +130,7 @@
compatible = "nordic,nrf-watchdog";
reg = <0x40010000 0x1000>;
interrupts = <16 1>;
status = "ok";
label = "WDT";
};
};

View file

@ -184,6 +184,7 @@
compatible = "nordic,nrf-watchdog";
reg = <0x40010000 0x1000>;
interrupts = <16 1>;
status = "ok";
label = "WDT";
};
};

View file

@ -245,6 +245,7 @@
compatible = "nordic,nrf-watchdog";
reg = <0x40010000 0x1000>;
interrupts = <16 1>;
status = "ok";
label = "WDT";
};

View file

@ -218,6 +218,7 @@ wdt: watchdog@18000 {
compatible = "nordic,nrf-watchdog";
reg = <0x18000 0x1000>;
interrupts = <24 1>;
status = "ok";
label = "WDT";
};