File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 227
227
status = "okay";
228
228
};
229
229
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
+
230
256
gpio8: gpio@320000 {
231
257
compatible = "nxp,kinetis-gpio";
232
258
status = "disabled";
You can’t perform that action at this time.
0 commit comments