diff --git a/tests/drivers/build_all/sensor/adc.dtsi b/tests/drivers/build_all/sensor/adc.dtsi index 87cf64faae91fe..30d244d1f40abe 100644 --- a/tests/drivers/build_all/sensor/adc.dtsi +++ b/tests/drivers/build_all/sensor/adc.dtsi @@ -116,3 +116,13 @@ test_seeed_grove_temperature: seeed-grove-temperature { compatible = "seeed,grove-temperature"; io-channels = <&test_adc 0>; }; + +test_veaa_x_3: test_veaa_x_3 { + status = "okay"; + compatible = "festo,veaa-x-3"; + io-channels = <&test_adc 3>; + dac = <&test_adc>; + dac-channel-id = <2>; + dac-resolution = <12>; + pressure-range-type = "D2"; +}; diff --git a/tests/drivers/build_all/sensor/i2c.dtsi b/tests/drivers/build_all/sensor/i2c.dtsi index 390c0e3d03e79d..e9e47e609cd4d2 100644 --- a/tests/drivers/build_all/sensor/i2c.dtsi +++ b/tests/drivers/build_all/sensor/i2c.dtsi @@ -1106,3 +1106,9 @@ test_i2c_apds9253: apds9253@96 { rate = ; resolution = ; }; + +test_sbs_guage: sbs_gauge@97 { + compatible = "sbs,sbs-gauge"; + reg = <0x97>; + status = "okay"; +}; diff --git a/tests/drivers/build_all/sensor/prj.conf b/tests/drivers/build_all/sensor/prj.conf index a0683d0ce16f41..3283fba0a01115 100644 --- a/tests/drivers/build_all/sensor/prj.conf +++ b/tests/drivers/build_all/sensor/prj.conf @@ -4,6 +4,7 @@ CONFIG_LOG=y CONFIG_SENSOR_LOG_LEVEL_DBG=y CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000 CONFIG_ADC=y +CONFIG_DAC=y CONFIG_GPIO=y CONFIG_I2C=y CONFIG_I3C=y