Skip to content

Commit d0e9b89

Browse files
Hieu Nguyenkartben
authored andcommitted
dts: renesas: Add Counter support for RZ/G3S
Add Counter nodes to Rensas RZ/G3S devicetree Signed-off-by: Hieu Nguyen <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
1 parent bf6c665 commit d0e9b89

File tree

1 file changed

+105
-0
lines changed

1 file changed

+105
-0
lines changed

dts/arm/renesas/rz/rzg/r9a08g045.dtsi

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,111 @@
273273
interrupt-names = "eri", "bri", "rxi", "txi", "tei";
274274
status = "disabled";
275275
};
276+
277+
gtm0: gtm@42801000 {
278+
compatible = "renesas,rz-gtm";
279+
reg = <0x42801000 0x30>;
280+
channel = <0>;
281+
interrupts = <44 1>;
282+
interrupt-names = "overflow";
283+
status = "disabled";
284+
285+
counter {
286+
compatible = "renesas,rz-gtm-counter";
287+
status = "disabled";
288+
};
289+
};
290+
gtm1: gtm@42801400 {
291+
compatible = "renesas,rz-gtm";
292+
reg = <0x42801400 0x30>;
293+
channel = <1>;
294+
interrupts = <45 1>;
295+
interrupt-names = "overflow";
296+
status = "disabled";
297+
298+
counter {
299+
compatible = "renesas,rz-gtm-counter";
300+
status = "disabled";
301+
};
302+
};
303+
gtm2: gtm@42801800 {
304+
compatible = "renesas,rz-gtm";
305+
reg = <0x42801800 0x30>;
306+
channel = <2>;
307+
interrupts = <46 1>;
308+
interrupt-names = "overflow";
309+
status = "disabled";
310+
311+
counter {
312+
compatible = "renesas,rz-gtm-counter";
313+
status = "disabled";
314+
};
315+
};
316+
gtm3: gtm@42801c00 {
317+
compatible = "renesas,rz-gtm";
318+
reg = <0x42801c00 0x30>;
319+
channel = <3>;
320+
interrupts = <47 1>;
321+
interrupt-names = "overflow";
322+
status = "disabled";
323+
324+
counter {
325+
compatible = "renesas,rz-gtm-counter";
326+
status = "disabled";
327+
};
328+
};
329+
gtm4: gtm@42802000 {
330+
compatible = "renesas,rz-gtm";
331+
reg = <0x42802000 0x30>;
332+
channel = <4>;
333+
interrupts = <48 1>;
334+
interrupt-names = "overflow";
335+
status = "disabled";
336+
337+
counter {
338+
compatible = "renesas,rz-gtm-counter";
339+
status = "disabled";
340+
};
341+
};
342+
gtm5: gtm@42802400 {
343+
compatible = "renesas,rz-gtm";
344+
reg = <0x42802400 0x30>;
345+
channel = <5>;
346+
interrupts = <49 1>;
347+
interrupt-names = "overflow";
348+
status = "disabled";
349+
350+
counter {
351+
compatible = "renesas,rz-gtm-counter";
352+
status = "disabled";
353+
};
354+
};
355+
gtm6: gtm@42802800 {
356+
compatible = "renesas,rz-gtm";
357+
reg = <0x42802800 0x30>;
358+
channel = <6>;
359+
interrupts = <50 1>;
360+
interrupt-names = "overflow";
361+
status = "disabled";
362+
363+
counter {
364+
compatible = "renesas,rz-gtm-counter";
365+
status = "disabled";
366+
};
367+
};
368+
gtm7: gtm@42802c00 {
369+
compatible = "renesas,rz-gtm";
370+
reg = <0x42802c00 0x30>;
371+
channel = <7>;
372+
interrupts = <51 1>;
373+
interrupt-names = "overflow";
374+
status = "disabled";
375+
376+
counter {
377+
compatible = "renesas,rz-gtm-counter";
378+
status = "disabled";
379+
};
380+
};
276381
};
277382
};
278383

0 commit comments

Comments
 (0)