From 8f221052897754870e5c08a2de92c24d20cd307e Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 19 Sep 2023 19:31:54 +1000 Subject: Add and use I2C address defines for ISSI LED drivers (#22008) --- drivers/led/ckled2001-simple.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drivers/led/ckled2001-simple.h') diff --git a/drivers/led/ckled2001-simple.h b/drivers/led/ckled2001-simple.h index d1765b912b..1080da34c2 100644 --- a/drivers/led/ckled2001-simple.h +++ b/drivers/led/ckled2001-simple.h @@ -48,6 +48,11 @@ #define MSKPHASE_1CHANNEL CKLED2001_MSKPHASE_1CHANNEL // ======== +#define CKLED2001_I2C_ADDRESS_GND 0x74 +#define CKLED2001_I2C_ADDRESS_SCL 0x75 +#define CKLED2001_I2C_ADDRESS_SDA 0x76 +#define CKLED2001_I2C_ADDRESS_VDDIO 0x77 + typedef struct ckled2001_led { uint8_t driver : 2; uint8_t v; -- cgit v1.2.3