soc: arm: nordic_nrf: move soc_nrf_common.h to common folder

Since the addition of pinctrl the common folder is added to the Zephyr
include path. This can be re-used to place the soc_nrf_common.h header
in the common folder and include it directly, without the need of
relative paths.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-11-12 10:27:12 +01:00 committed by Carles Cufí
commit a8c93478db
5 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
#ifndef _NORDICSEMI_NRF51_SOC_H_
#define _NORDICSEMI_NRF51_SOC_H_
#include "../soc_nrf_common.h"
#include <soc_nrf_common.h>
#define NRF51_POWER_RAMON_ADDRESS 0x40000524
#define NRF51_POWER_RAMONB_ADDRESS 0x40000554

View file

@ -11,7 +11,7 @@
#ifndef _NORDICSEMI_NRF52_SOC_H_
#define _NORDICSEMI_NRF52_SOC_H_
#include "../soc_nrf_common.h"
#include <soc_nrf_common.h>
#define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL
#define FLASH_PAGE_MAX_CNT 256UL

View file

@ -12,7 +12,7 @@
#ifndef _NORDICSEMI_NRF53_SOC_H_
#define _NORDICSEMI_NRF53_SOC_H_
#include "../soc_nrf_common.h"
#include <soc_nrf_common.h>
#if defined(CONFIG_SOC_NRF5340_CPUAPP)
#define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL

View file

@ -11,7 +11,7 @@
#ifndef _NORDICSEMI_NRF91_SOC_H_
#define _NORDICSEMI_NRF91_SOC_H_
#include "../soc_nrf_common.h"
#include <soc_nrf_common.h>
#define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL
#define FLASH_PAGE_MAX_CNT 256UL