2019-04-06 21:08:09 +08:00
|
|
|
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
|
2018-01-26 02:36:23 +08:00
|
|
|
/* SoC level DTS fixup file */
|
|
|
|
|
2018-11-13 22:15:23 +08:00
|
|
|
#define DT_NUM_IRQ_PRIO_BITS DT_ARM_V6M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS
|
2018-06-28 20:47:45 +08:00
|
|
|
|
2018-10-03 22:07:41 +08:00
|
|
|
#define DT_ADC_0_NAME DT_NORDIC_NRF_ADC_ADC_0_LABEL
|
2018-06-28 20:47:45 +08:00
|
|
|
|
2018-10-03 20:39:06 +08:00
|
|
|
#define DT_UART_0_NAME DT_NORDIC_NRF_UART_UART_0_LABEL
|
2018-01-22 21:48:38 +08:00
|
|
|
|
2019-06-12 03:20:32 +08:00
|
|
|
#define DT_FLASH_DEV_NAME DT_INST_0_NORDIC_NRF51_FLASH_CONTROLLER_LABEL
|
2018-01-26 02:36:23 +08:00
|
|
|
|
2018-10-04 18:37:10 +08:00
|
|
|
#define DT_GPIO_P0_DEV_NAME DT_NORDIC_NRF_GPIO_GPIO_0_LABEL
|
2018-07-03 22:09:32 +08:00
|
|
|
|
2018-10-03 17:54:11 +08:00
|
|
|
#define DT_I2C_0_NAME DT_NORDIC_NRF_I2C_I2C_0_LABEL
|
|
|
|
#define DT_I2C_1_NAME DT_NORDIC_NRF_I2C_I2C_1_LABEL
|
2018-03-03 23:44:49 +08:00
|
|
|
|
2018-10-03 20:08:07 +08:00
|
|
|
#define DT_SPI_0_NAME DT_NORDIC_NRF_SPI_SPI_0_LABEL
|
|
|
|
#define DT_SPI_1_NAME DT_NORDIC_NRF_SPI_SPI_1_LABEL
|
2018-09-04 21:03:58 +08:00
|
|
|
|
2018-10-04 18:52:00 +08:00
|
|
|
#define DT_WDT_0_NAME DT_NORDIC_NRF_WATCHDOG_WDT_0_LABEL
|
2018-04-17 21:29:12 +08:00
|
|
|
|
2019-06-11 19:27:19 +08:00
|
|
|
#define DT_RTC_0_NAME DT_NORDIC_NRF_RTC_RTC_0_LABEL
|
|
|
|
#define DT_RTC_1_NAME DT_NORDIC_NRF_RTC_RTC_1_LABEL
|
|
|
|
|
2018-01-26 02:36:23 +08:00
|
|
|
/* End of SoC Level DTS fixup file */
|