10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
#if defined(CONFIG_HAS_DTS_I2C_DEVICE)
|
|
|
|
#ifndef CONFIG_LP5562_DEV_NAME
|
|
#define CONFIG_LP5562_DEV_NAME NORDIC_NRF5_I2C_40003000_TI_LP5562_30_LABEL
|
|
#define CONFIG_LP5562_I2C_ADDRESS NORDIC_NRF5_I2C_40003000_TI_LP5562_30_BASE_ADDRESS
|
|
#define CONFIG_LP5562_I2C_MASTER_DEV_NAME NORDIC_NRF5_I2C_40003000_TI_LP5562_30_BUS_NAME
|
|
#endif
|
|
|
|
#endif
|