dts: nrf: Remove cryptocell dts.fixup defines and use aliases insted.

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 15:01:36 +02:00 committed by Carles Cufí
commit 066fe7294e
2 changed files with 2 additions and 9 deletions

View file

@ -51,6 +51,8 @@
gpiote-0 = &gpiote;
wdt-0 = &wdt;
usbd-0 = &usbd;
cc310 = &cryptocell;
arm-cryptocell-310 = &cryptocell310;
};
soc {

View file

@ -37,13 +37,4 @@
#define DT_WDT_0_NAME DT_NORDIC_NRF_WATCHDOG_WDT_0_LABEL
#if defined(DT_NORDIC_NRF_CC310_5002A000_BASE_ADDRESS)
#define DT_CC310_CTL_BASE_ADDR DT_NORDIC_NRF_CC310_5002A000_BASE_ADDRESS
#define DT_CC310_CTL_NAME DT_NORDIC_NRF_CC310_5002A000_LABEL
#define DT_CC310_BASE_ADDR DT_ARM_CRYPTOCELL_310_5002B000_BASE_ADDRESS
#define DT_CC310_NAME DT_ARM_CRYPTOCELL_310_5002B000_LABEL
#define DT_CC310_IRQ DT_ARM_CRYPTOCELL_310_5002B000_IRQ_0
#define DT_CC310_IRQ_PRI DT_ARM_CRYPTOCELL_310_5002B000_IRQ_0_PRIORITY
#endif
/* End of SoC Level DTS fixup file */