From 73af324c072c490af3b00039280506157f38ae95 Mon Sep 17 00:00:00 2001 From: Ryan McClelland Date: Wed, 2 Oct 2024 15:17:24 -0700 Subject: [PATCH] tests: drivers: sensor: add build_all for lsm6dsv16x Add a build test for the i3c lsm6dsv16x. Signed-off-by: Ryan McClelland --- tests/drivers/build_all/sensor/i3c.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/drivers/build_all/sensor/i3c.dtsi b/tests/drivers/build_all/sensor/i3c.dtsi index caf72488c160..3b3a89d8ccae 100644 --- a/tests/drivers/build_all/sensor/i3c.dtsi +++ b/tests/drivers/build_all/sensor/i3c.dtsi @@ -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 = ; + accel-odr = ; + gyro-range = ; + gyro-odr = ; +};