We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6320e50 commit 00e217dCopy full SHA for 00e217d
boards/adi/max32657evkit/Kconfig.defconfig
@@ -42,4 +42,7 @@ endchoice
42
43
endif # BOARD_MAX32657EVKIT_MAX32657_NS
44
45
+config I3C
46
+ default y if ADXL367
47
+
48
endif # BOARD_MAX32657EVKIT
boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi
@@ -39,6 +39,7 @@
39
40
/* These aliases are provided for compatibility with samples */
41
aliases {
+ accel0 = &adxl367;
led0 = &led1;
sw0 = &pb1;
watchdog0 = &wdt0;
@@ -84,4 +85,10 @@
84
85
i2c-scl-hz = <DT_FREQ_K(200)>;
86
i3c-scl-hz = <DT_FREQ_K(800)>;
87
i3c-od-scl-hz = <DT_FREQ_K(400)>;
88
89
+ adxl367: adxl367@530000000000000000 {
90
+ compatible = "adi,adxl367";
91
+ reg = <0x53 0x00 0x00>;
92
+ status = "okay";
93
+ };
94
};
0 commit comments