tests: drivers: build_all: sensor: add adi,adxl366
This was missed when the driver was contributed in 756e699a41
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
9b1e3fd195
commit
8b8a51fa8c
@ -1369,3 +1369,11 @@ test_i2c_ds3231: ds3231@b7 {
|
||||
compatible = "maxim,ds3231-sensor";
|
||||
};
|
||||
};
|
||||
|
||||
test_i2c_adxl366: adxl366@b8 {
|
||||
compatible = "adi,adxl366";
|
||||
reg = <0xb8>;
|
||||
int1-gpios = <&test_gpio 0 0>;
|
||||
odr = <4>;
|
||||
fifo-mode = <0>;
|
||||
};
|
||||
|
||||
@ -450,3 +450,12 @@ test_spi_fxls8974: fxls8974@36 {
|
||||
int1-gpios = <&test_gpio 0 0>;
|
||||
int2-gpios = <&test_gpio 0 0>;
|
||||
};
|
||||
|
||||
test_spi_adxl366: adxl366@37 {
|
||||
compatible = "adi,adxl366";
|
||||
reg = <0x37>;
|
||||
spi-max-frequency = <0>;
|
||||
int1-gpios = <&test_gpio 0 0>;
|
||||
odr = <4>;
|
||||
fifo-mode = <0>;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user