soc: nrf: add include of nrfx_config_nrf9160.h in nrf9160 soc.h

In soc.h of nRF9160 SoC we need to explicitly include
nrfx_config_nrf9160.h to have the standard peripheral
base address macro mappings in Zephyr builds for nRF9160
SoC. (We need to do this spefically for nRF9160, as those
macros are not present in the nRF9160 MDK header).

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-01-23 13:47:18 +01:00 committed by Carles Cufí
commit 2a3852fc75

View file

@ -18,6 +18,9 @@
/* Add include for DTS generated information */
#include <generated_dts_board.h>
/* Add include for peripheral base address mappings */
#include <nrfx_config_nrf9160.h>
#endif /* !_ASMLANGUAGE */
#define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL