We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df53184 commit d445586Copy full SHA for d445586
dts/arm/nxp/nxp_rt7xx_cm33_cpu1.dtsi
@@ -227,6 +227,32 @@
227
status = "okay";
228
};
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
245
+ reg = <0x57000 0x1000>;
246
+ interrupts = <40 0>;
247
248
249
250
251
252
253
254
255
256
gpio8: gpio@320000 {
257
compatible = "nxp,kinetis-gpio";
258
status = "disabled";
0 commit comments