We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb93ba0 commit 73af324Copy full SHA for 73af324
tests/drivers/build_all/sensor/i3c.dtsi
@@ -36,3 +36,15 @@ test_i3c_ilps22qs: ilps22qs@400000803E0000004 {
36
reg = <0x3 0x00000803 0xE0000004>;
37
assigned-address = <0x4>;
38
};
39
+
40
+test_i3c_lsm6dsv16x: lsm6dsv16x@500000803E0000004 {
41
+ compatible = "st,lsm6dsv16x";
42
+ reg = <0x5 0x00000803 0xE0000004>;
43
+ assigned-address = <0x5>;
44
+ int1-gpios = <&test_gpio 0 0>;
45
+ int2-gpios = <&test_gpio 0 0>;
46
+ accel-range = <LSM6DSV16X_DT_FS_8G>;
47
+ accel-odr = <LSM6DSV16X_DT_ODR_AT_60Hz>;
48
+ gyro-range = <LSM6DSV16X_DT_FS_2000DPS>;
49
+ gyro-odr = <LSM6DSV16X_DT_ODR_AT_60Hz>;
50
+};
0 commit comments