Skip to content

Commit 3ed9512

Browse files
committed
dts: arm: adi: max32657: Add I3C instance
Add I3C instance to max32657.dtsi. Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
1 parent b9862ab commit 3ed9512

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/adi/max32/max32657_common.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,16 @@
130130
};
131131
};
132132

133+
i3c0: i3c@18000 {
134+
compatible = "adi,max32-i3c";
135+
reg = <0x18000 0x1000>;
136+
#address-cells = <3>;
137+
#size-cells = <0>;
138+
clocks = <&gcr ADI_MAX32_CLOCK_BUS0 13>;
139+
interrupts = <10 0>;
140+
status = "disabled";
141+
};
142+
133143
uart0: serial@42000 {
134144
compatible = "adi,max32-uart";
135145
reg = <0x42000 0x1000>;

0 commit comments

Comments
 (0)