Skip to content

Commit daf75ce

Browse files
committed
boards: adi: max32657evkit: Enable I3C peripheral
Add I3C node to MAX32657EVKIT board devicetree and add I3C to the list of supported drivers. Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
1 parent 91d47e8 commit daf75ce

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

boards/adi/max32657evkit/max32657evkit_max32657.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ supported:
1414
- dma
1515
- counter
1616
- pwm
17+
- i3c
1718
ram: 256
1819
flash: 960

boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,12 @@
6565
&wdt0 {
6666
status = "okay";
6767
};
68+
69+
&i3c0 {
70+
status = "okay";
71+
pinctrl-0 = <&i3c_scl_p0_0 &i3c_sda_p0_1>;
72+
pinctrl-names = "default";
73+
i2c-scl-hz = <DT_FREQ_K(200)>;
74+
i3c-scl-hz = <DT_FREQ_K(800)>;
75+
i3c-od-scl-hz = <DT_FREQ_K(400)>;
76+
};

boards/adi/max32657evkit/max32657evkit_max32657_ns.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ supported:
1313
- dma
1414
- counter
1515
- pwm
16+
- i3c
1617
ram: 192
1718
flash: 576

0 commit comments

Comments
 (0)