Skip to content

Commit 5c03085

Browse files
committed
boards: adi: max32657evkit: Add adxl367 accelerometer
Add support for ADXL367 accelerometer connected to I3C bus. Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
1 parent daf75ce commit 5c03085

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939

4040
/* These aliases are provided for compatibility with samples */
4141
aliases {
42+
accel0 = &adxl367;
4243
led0 = &led1;
4344
sw0 = &pb1;
4445
watchdog0 = &wdt0;
@@ -73,4 +74,10 @@
7374
i2c-scl-hz = <DT_FREQ_K(200)>;
7475
i3c-scl-hz = <DT_FREQ_K(800)>;
7576
i3c-od-scl-hz = <DT_FREQ_K(400)>;
77+
78+
adxl367: adxl367@530000000000000000 {
79+
compatible = "adi,adxl367";
80+
reg = <0x53 0x00 0x00>;
81+
status = "okay";
82+
};
7683
};

0 commit comments

Comments
 (0)