mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 21:22:34 +00:00
All labels containing "_<8-hex-digits>_" or "16550_<3or6-hex-digits>_" in their names, assumed to be generated by the extracting script, are updated with the DT_ prefix, to reflect the recent changes made to the script. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
10 lines
353 B
C
10 lines
353 B
C
#if defined(CONFIG_HAS_DTS_I2C)
|
|
|
|
#ifndef CONFIG_LP5562_DEV_NAME
|
|
#define CONFIG_LP5562_DEV_NAME DT_NORDIC_NRF_I2C_40003000_TI_LP5562_30_LABEL
|
|
#define CONFIG_LP5562_I2C_ADDRESS DT_NORDIC_NRF_I2C_40003000_TI_LP5562_30_BASE_ADDRESS
|
|
#define CONFIG_LP5562_I2C_MASTER_DEV_NAME DT_NORDIC_NRF_I2C_40003000_TI_LP5562_30_BUS_NAME
|
|
#endif
|
|
|
|
#endif
|