dts: nrf: Remove WDT dts.fixup defines and use aliases instead.

Changed driver to use defines from aliases instead of fixup.

Signed-off-by: Mieszko Mierunski <mieszko.mierunski@nordicsemi.no>
This commit is contained in:
Mieszko Mierunski 2018-10-04 12:52:00 +02:00 committed by Carles Cufí
commit 94dc637c65
7 changed files with 10 additions and 13 deletions

View file

@ -42,6 +42,7 @@
adc-0 = &adc;
gpio-0 = &gpio0;
gpiote-0 = &gpiote;
wdt-0 = &wdt;
};
soc {
@ -112,7 +113,6 @@
compatible = "nordic,nrf-watchdog";
reg = <0x40010000 0x1000>;
interrupts = <16 1>;
interrupt-names = "wdt";
label = "WDT";
};
};