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 @@ -1340,3 +1340,11 @@ test_i2c_ds3231: ds3231@b5 {
1340
1340
compatible = "maxim,ds3231-sensor";
1341
1341
};
1342
1342
};
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
+ };
Original file line number Diff line number Diff line change @@ -450,3 +450,12 @@ test_spi_fxls8974: fxls8974@36 {
450
450
int1-gpios = <&test_gpio 0 0>;
451
451
int2-gpios = <&test_gpio 0 0>;
452
452
};
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