Skip to content

Commit afc7f91

Browse files
dts: arm: nxp: add clock outputs for LPC55sxx flexcomm nodes
Add clock outputs for all LPC55Sxx flexcomm nodes, so these nodes can request their frequency via the clock management subsystem Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
1 parent 1d62dee commit afc7f91

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dts/arm/nxp/nxp_lpc55S6x_common.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@
239239
dmas = <&dma0 4>, <&dma0 5>;
240240
dma-names = "rx", "tx";
241241
status = "disabled";
242+
clock-outputs = <&fxcom0_clock>;
243+
clock-output-names = "default";
242244
};
243245

244246
flexcomm1: flexcomm@87000 {
@@ -250,6 +252,8 @@
250252
dmas = <&dma0 6 &dma0 7>;
251253
dma-names = "rx", "tx";
252254
status = "disabled";
255+
clock-outputs = <&fxcom1_clock>;
256+
clock-output-names = "default";
253257
};
254258

255259
flexcomm2: flexcomm@88000 {
@@ -261,6 +265,8 @@
261265
dmas = <&dma0 10 &dma0 11>;
262266
dma-names = "rx", "tx";
263267
status = "disabled";
268+
clock-outputs = <&fxcom2_clock>;
269+
clock-output-names = "default";
264270
};
265271

266272
flexcomm3: flexcomm@89000 {
@@ -272,6 +278,8 @@
272278
dmas = <&dma0 8 &dma0 9>;
273279
dma-names = "rx", "tx";
274280
status = "disabled";
281+
clock-outputs = <&fxcom3_clock>;
282+
clock-output-names = "default";
275283
};
276284

277285
flexcomm4: flexcomm@8a000 {
@@ -283,6 +291,8 @@
283291
dmas = <&dma0 12 &dma0 13>;
284292
dma-names = "rx", "tx";
285293
status = "disabled";
294+
clock-outputs = <&fxcom4_clock>;
295+
clock-output-names = "default";
286296
};
287297

288298
flexcomm5: flexcomm@96000 {
@@ -294,6 +304,8 @@
294304
dmas = <&dma0 14 &dma0 15>;
295305
dma-names = "rx", "tx";
296306
status = "disabled";
307+
clock-outputs = <&fxcom5_clock>;
308+
clock-output-names = "default";
297309
};
298310

299311
flexcomm6: flexcomm@97000 {
@@ -305,6 +317,8 @@
305317
dmas = <&dma0 16 &dma0 17>;
306318
dma-names = "rx", "tx";
307319
status = "disabled";
320+
clock-outputs = <&fxcom6_clock>;
321+
clock-output-names = "default";
308322
};
309323

310324
flexcomm7: flexcomm@98000 {
@@ -316,6 +330,8 @@
316330
dmas = <&dma0 18 &dma0 19>;
317331
dma-names = "rx", "tx";
318332
status = "disabled";
333+
clock-outputs = <&fxcom7_clock>;
334+
clock-output-names = "default";
319335
};
320336

321337
sdif: sdif@9b000 {

0 commit comments

Comments
 (0)