Skip to content

Commit 8b8a51f

Browse files
kartbendkalowsk
authored andcommitted
tests: drivers: build_all: sensor: add adi,adxl366
This was missed when the driver was contributed in 756e699 Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 9b1e3fd commit 8b8a51f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,3 +1369,11 @@ test_i2c_ds3231: ds3231@b7 {
13691369
compatible = "maxim,ds3231-sensor";
13701370
};
13711371
};
1372+
1373+
test_i2c_adxl366: adxl366@b8 {
1374+
compatible = "adi,adxl366";
1375+
reg = <0xb8>;
1376+
int1-gpios = <&test_gpio 0 0>;
1377+
odr = <4>;
1378+
fifo-mode = <0>;
1379+
};

tests/drivers/build_all/sensor/spi.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,3 +450,12 @@ test_spi_fxls8974: fxls8974@36 {
450450
int1-gpios = <&test_gpio 0 0>;
451451
int2-gpios = <&test_gpio 0 0>;
452452
};
453+
454+
test_spi_adxl366: adxl366@37 {
455+
compatible = "adi,adxl366";
456+
reg = <0x37>;
457+
spi-max-frequency = <0>;
458+
int1-gpios = <&test_gpio 0 0>;
459+
odr = <4>;
460+
fifo-mode = <0>;
461+
};

0 commit comments

Comments
 (0)