Skip to content

Commit 6320e50

Browse files
ttmutcfriedt
authored andcommitted
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 <[email protected]>
1 parent 3885278 commit 6320e50

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
@@ -16,5 +16,6 @@ supported:
1616
- pwm
1717
- rtc_counter
1818
- spi
19+
- i3c
1920
ram: 256
2021
flash: 960

boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,12 @@
7676
status = "okay";
7777
clock-source = <ADI_MAX32_PRPH_CLK_SRC_INRO>;
7878
};
79+
80+
&i3c0 {
81+
status = "okay";
82+
pinctrl-0 = <&i3c_scl_p0_0 &i3c_sda_p0_1>;
83+
pinctrl-names = "default";
84+
i2c-scl-hz = <DT_FREQ_K(200)>;
85+
i3c-scl-hz = <DT_FREQ_K(800)>;
86+
i3c-od-scl-hz = <DT_FREQ_K(400)>;
87+
};

boards/adi/max32657evkit/max32657evkit_max32657_ns.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ supported:
1515
- pwm
1616
- rtc_counter
1717
- spi
18+
- i3c
1819
ram: 192
1920
flash: 576

0 commit comments

Comments
 (0)