File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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)>;
You can’t perform that action at this time.
0 commit comments