Convert driver to use DT_INST macros and remove related board per instance Kconfig symbol usage. Additionally remove udoo_neo_full_m4.conf from gpio_basic_api test since the Kconfig symbols don't need to be set anymore. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
16 lines
528 B
C
16 lines
528 B
C
/*
|
|
* Copyright (c) 2018, Diego Sueiro <diego.sueiro@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* SoC level DTS fixup file */
|
|
|
|
#define DT_NUM_IRQ_PRIO_BITS DT_ARM_V7M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS
|
|
|
|
#define DT_IPM_IMX_MU_B_BASE_ADDRESS DT_NXP_IMX_MU_30AB0000_BASE_ADDRESS
|
|
#define DT_IPM_IMX_MU_B_IRQ DT_NXP_IMX_MU_30AB0000_IRQ_0
|
|
#define DT_IPM_IMX_MU_B_IRQ_PRI DT_NXP_IMX_MU_30AB0000_IRQ_0_PRIORITY
|
|
#define DT_IPM_IMX_MU_B_NAME DT_NXP_IMX_MU_30AB0000_LABEL
|
|
|
|
/* End of SoC Level DTS fixup file */
|