Skip to content

Commit 082ce03

Browse files
soburimmahadevan108
authored andcommitted
tests: drivers: build_all: sensor: Adding Grove Photo-Resistor Light Sensor
Add "seeed,grove-light" to testing targets. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 3176ec5 commit 082ce03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/drivers/build_all/sensor/adc.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,8 @@ test_murata_ncp15xh103: murata-ncp15xh103 {
106106
pulldown-ohm = <10000>;
107107
connected-positive;
108108
};
109+
110+
test_seeed_grove_light: seeed-grove-light {
111+
compatible = "seeed,grove-light";
112+
io-channels = <&test_adc 0>;
113+
};

0 commit comments

Comments
 (0)