File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
tests/drivers/build_all/sensor Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff 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+ };
Original file line number Diff line number Diff 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+ };
You can’t perform that action at this time.
0 commit comments