Skip to content

Commit f943b11

Browse files
committed
tests: drivers: build_all: sensor: add adi,adxl366
This was missed when the driver was contributed in 756e699 Signed-off-by: Benjamin Cabé <[email protected]>
1 parent c82dbfa commit f943b11

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
@@ -1340,3 +1340,11 @@ test_i2c_ds3231: ds3231@b5 {
13401340
compatible = "maxim,ds3231-sensor";
13411341
};
13421342
};
1343+
1344+
test_i2c_adxl366: adxl366@b6 {
1345+
compatible = "adi,adxl366";
1346+
reg = <0xb6>;
1347+
int1-gpios = <&test_gpio 0 0>;
1348+
odr = <4>;
1349+
fifo-mode = <0>;
1350+
};

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)