Make use of DT_NODELABEL macros to get device instances information to configure drivers I2C instances. This allows to remove I2C related lines in fixup.h files Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
11 lines
243 B
C
11 lines
243 B
C
/*
|
|
* Copyright (c) 2019 STMicroelectronics
|
|
*
|
|
* 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
|
|
|
|
/* End of SoC Level DTS fixup file */
|