dts: nrf: Rename "nordic,nrf-watchdog" compatible to "nordic,nrf-wdt"

For consistency with the scheme used for other nRF peripherals,
use the peripheral name that nRF Product Specifications use.
In this case, it is WDT, not WATCHDOG.

Also remove the requirement for the label property in the binding.
It is no longer needed.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2022-03-30 11:05:39 +02:00 committed by Carles Cufí
commit bc26629ba8
15 changed files with 21 additions and 24 deletions

View file

@ -201,7 +201,7 @@
};
wdt: wdt0: watchdog@40010000 {
compatible = "nordic,nrf-watchdog";
compatible = "nordic,nrf-wdt";
reg = <0x40010000 0x1000>;
interrupts = <16 NRF_DEFAULT_IRQ_PRIORITY>;
status = "okay";