Skip to content

Commit

Permalink
tests: drivers: build_all: led: Add i2c devices build test
Browse files Browse the repository at this point in the history
Add build tests for following devices.

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

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
soburi authored and mmahadevan108 committed Sep 23, 2024
1 parent 11c83c8 commit aa23112
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/drivers/build_all/led/app.overlay
Original file line number Diff line number Diff line change
@@ -104,6 +104,26 @@
compatible = "onnn,ncp5623";
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>;
};
};
};
};

0 comments on commit aa23112

Please sign in to comment.