Skip to content

Commit 3945b21

Browse files
PetervdPerk-NXPnashif
authored andcommitted
imx95: Enable I3C Cortex-M7 SOC
Adds I3C DTS definitions for imx95 cortex-m7 to use mcux-i3c drdiver Signed-off-by: Peter van der Perk <[email protected]>
1 parent 03bfafe commit 3945b21

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

dts/arm/nxp/nxp_imx95_m7.dtsi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,32 @@
521521
status = "disabled";
522522
};
523523

524+
i3c1: i3c@44330000 {
525+
compatible = "nxp,mcux-i3c";
526+
reg = <0x44330000 0x1000>;
527+
interrupts = <12 0>;
528+
clocks = <&scmi_clk IMX95_CLK_I3C1>;
529+
clk-divider = <6>;
530+
clk-divider-slow = <1>;
531+
clk-divider-tc = <1>;
532+
#address-cells = <3>;
533+
#size-cells = <0>;
534+
status = "disabled";
535+
};
536+
537+
i3c2: i3c@42520000 {
538+
compatible = "nxp,mcux-i3c";
539+
reg = <0x42520000 0x1000>;
540+
interrupts = <57 0>;
541+
clocks = <&scmi_clk IMX95_CLK_I3C2>;
542+
clk-divider = <6>;
543+
clk-divider-slow = <1>;
544+
clk-divider-tc = <1>;
545+
#address-cells = <3>;
546+
#size-cells = <0>;
547+
status = "disabled";
548+
};
549+
524550
mu5: mailbox@44610000 {
525551
compatible = "nxp,mbox-imx-mu";
526552
reg = <0x44610000 DT_SIZE_K(4)>;

0 commit comments

Comments
 (0)