Skip to content

Commit b1583f8

Browse files
committed
drivers: sensor: lidar_lite_v4: add driver build test
Added dts node for driver build test to build all sensors. Signed-off-by: Alex Aylward <[email protected]>
1 parent 1e0db7c commit b1583f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,3 +1382,8 @@ test_i2c_lsm9ds1_mag: lsm9ds1_mag@b9 {
13821382
compatible = "st,lsm9ds1_mag";
13831383
reg = <0xb9>;
13841384
};
1385+
1386+
test_i2c_lidar_lite_v4: lidar_lite_v4@ba {
1387+
compatible = "grmn,lidar-lite-v4";
1388+
reg = <0xba>;
1389+
};

0 commit comments

Comments
 (0)