tests: drivers: sensor: add build_all for lsm6dsv16x

Add a build test for the i3c lsm6dsv16x.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
This commit is contained in:
Ryan McClelland 2024-10-02 15:17:24 -07:00 committed by Benjamin Cabé
parent eb93ba03a9
commit 73af324c07

View file

@ -36,3 +36,15 @@ test_i3c_ilps22qs: ilps22qs@400000803E0000004 {
reg = <0x3 0x00000803 0xE0000004>;
assigned-address = <0x4>;
};
test_i3c_lsm6dsv16x: lsm6dsv16x@500000803E0000004 {
compatible = "st,lsm6dsv16x";
reg = <0x5 0x00000803 0xE0000004>;
assigned-address = <0x5>;
int1-gpios = <&test_gpio 0 0>;
int2-gpios = <&test_gpio 0 0>;
accel-range = <LSM6DSV16X_DT_FS_8G>;
accel-odr = <LSM6DSV16X_DT_ODR_AT_60Hz>;
gyro-range = <LSM6DSV16X_DT_FS_2000DPS>;
gyro-odr = <LSM6DSV16X_DT_ODR_AT_60Hz>;
};