Skip to content

Commit bbe4a06

Browse files
Jeppe Odgaardcfriedt
authored andcommitted
tests: drivers: build_all: sensor: add omron d6f
Add Omron D6F to sensor build_all test. Signed-off-by: Jeppe Odgaard <[email protected]>
1 parent 29d0173 commit bbe4a06

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/drivers/build_all/sensor/adc.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,18 @@ test_murata_ncp15wb473: murata-ncp15wb473 {
9292
connected-positive;
9393
};
9494

95+
test_omron_d6f_p0001: test-omron-d6f-p0001 {
96+
status = "okay";
97+
compatible = "omron,d6f-p0001";
98+
io-channels = <&test_adc 0>;
99+
};
100+
101+
test_omron_d6f_p0010: test-omron-d6f-p0010 {
102+
status = "okay";
103+
compatible = "omron,d6f-p0010";
104+
io-channels = <&test_adc 0>;
105+
};
106+
95107
test_tdk_ntcg163jf103ft1: tdk-ntcg163jf103ft1 {
96108
compatible = "tdk,ntcg163jf103ft1";
97109
io-channels = <&test_adc 0>;

0 commit comments

Comments
 (0)