tests: build_all: sensor: i2c: add adxl367

Add adxl367 i2c node in the build_all tests.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
This commit is contained in:
Antoniu Miclaus 2023-10-17 17:22:02 +03:00 committed by Carles Cufí
commit b5bc088529

View file

@ -787,3 +787,9 @@ test_i2c_ltrf216a0: ltrf216a@76 {
compatible = "ltr,f216a";
reg = <0x76>;
};
test_i2c_adxl367: adxl367@77 {
compatible = "adi,adxl367";
reg = <0x77>;
odr = <4>;
};