Skip to content

Commit e3c09e6

Browse files
committed
drivers: led: Added PCA9533 to build_all overlay
PCA9533 is added to the overlay so the new driver is compiled by the automated “build all LED drivers” test Signed-off-by: Van Petrosyan <van.petrosyan@sensirion.com>
1 parent da48269 commit e3c09e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/drivers/build_all/led/app.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@
192192
nordic,led2-mode = "host";
193193
};
194194
};
195+
196+
pca9533@15 {
197+
compatible = "nxp,pca9533";
198+
reg = <0x15>;
199+
};
195200
};
196201

197202
test_pwm: pwm@12341234 {

0 commit comments

Comments
 (0)