Skip to content

Commit 6953c69

Browse files
committed
dts: arm: nxp: add i3c2/3 instances for cm33_cpu1
add i3c2/3 instances for cm33_cpu1 Signed-off-by: Lucien Zhao <[email protected]>
1 parent adaec1c commit 6953c69

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

dts/arm/nxp/nxp_rt7xx_cm33_cpu1.dtsi

+26
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,32 @@
227227
status = "okay";
228228
};
229229

230+
i3c2: i3c@56000 {
231+
compatible = "nxp,mcux-i3c";
232+
reg = <0x56000 0x1000>;
233+
interrupts = <33 0>;
234+
clocks = <&clkctl1 MCUX_I3C_CLK>;
235+
clk-divider = <2>;
236+
clk-divider-slow = <1>;
237+
clk-divider-tc = <1>;
238+
status = "disabled";
239+
#address-cells = <3>;
240+
#size-cells = <0>;
241+
};
242+
243+
i3c3: i3c@57000 {
244+
compatible = "nxp,mcux-i3c";
245+
reg = <0x57000 0x1000>;
246+
interrupts = <40 0>;
247+
clocks = <&clkctl1 MCUX_I3C_CLK>;
248+
clk-divider = <2>;
249+
clk-divider-slow = <1>;
250+
clk-divider-tc = <1>;
251+
status = "disabled";
252+
#address-cells = <3>;
253+
#size-cells = <0>;
254+
};
255+
230256
gpio8: gpio@320000 {
231257
compatible = "nxp,kinetis-gpio";
232258
status = "disabled";

0 commit comments

Comments
 (0)