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:
parent
cd00a3a3c9
commit
bc26629ba8
15 changed files with 21 additions and 24 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue