tests: drivers: build_all: led: Add i2c devices build test

Add build tests for following devices.

- issi,is31fl3194
- issi,is31fl3216a
- issi,is31fl3733

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-09-17 15:41:36 +09:00 committed by Mahesh Mahadevan
commit aa23112828

View file

@ -104,6 +104,26 @@
compatible = "onnn,ncp5623"; compatible = "onnn,ncp5623";
reg = <0xd>; reg = <0xd>;
}; };
is31fl3194@e {
compatible = "issi,is31fl3194";
reg = <0xe>;
led_rgb {
label = "led_rgb";
color-mapping = <0>, <1>, <2>;
current-limit = <10>;
};
};
is31fl3216a@f {
compatible = "issi,is31fl3216a";
reg = <0xf>;
};
is31fl3733@10 {
compatible = "issi,is31fl3733";
reg = <0x10>;
};
}; };
}; };
}; };