soc: nordic: add nRF9160 soc and mpu init configuration
This commit adds the nRF9160 fixup and the source files for SOC and MPU boot configuration. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
1fa958510f
commit
5108990079
5 changed files with 166 additions and 1 deletions
26
soc/arm/nordic_nrf/nrf91/soc.h
Normal file
26
soc/arm/nordic_nrf/nrf91/soc.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
* Copyright (c) 2018 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file SoC configuration macros for the Nordic Semiconductor nRF91 family processors.
|
||||
*/
|
||||
|
||||
#ifndef _NORDICSEMI_NRF91_SOC_H_
|
||||
#define _NORDICSEMI_NRF91_SOC_H_
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#include <nrf.h>
|
||||
|
||||
/* Add include for DTS generated information */
|
||||
#include <generated_dts_board.h>
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL
|
||||
#define FLASH_PAGE_MAX_CNT 256UL
|
||||
|
||||
#endif /* _NORDICSEMI_NRF91_SOC_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue