Skip to content

Commit

Permalink
tests: drivers: build_all: led: Add i2c and spi 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>
  • Loading branch information
soburi committed Sep 17, 2024
1 parent 0bca195 commit 35b3ff5
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
Expand Up @@ -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 {
reg = <0x10>;
compatible = "issi,is31fl3733";
};
};
};
};

0 comments on commit 35b3ff5

Please sign in to comment.