dts: nordic: 54l: Don't define wdt30 for the non-secure domain

Don't define wdt30 for the non-secure domain as it is hardware fixed
to secure.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
Sebastian Bøe 2024-05-22 15:12:17 +02:00 committed by Anas Nashif
parent afbaaf241d
commit 50aaaa30c2

View file

@ -567,12 +567,16 @@
status = "disabled"; status = "disabled";
}; };
#ifdef USE_NON_SECURE_ADDRESS_MAP
/* intentionally empty because WDT30 is hardware fixed to Secure */
#else
wdt30: watchdog@108000 { wdt30: watchdog@108000 {
compatible = "nordic,nrf-wdt"; compatible = "nordic,nrf-wdt";
reg = <0x108000 0x620>; reg = <0x108000 0x620>;
interrupts = <264 NRF_DEFAULT_IRQ_PRIORITY>; interrupts = <264 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled"; status = "disabled";
}; };
#endif
wdt31: watchdog@109000 { wdt31: watchdog@109000 {
compatible = "nordic,nrf-wdt"; compatible = "nordic,nrf-wdt";