zephyr/samples/drivers/led_lp5562/dts_fixup.h
Andrzej Głąbek f39ba7230d dts_fixups: Update labels generated from DTS with DT_ prefix
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>
2018-11-13 10:44:42 -06:00

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