Skip to content

Commit 1e24a6e

Browse files
nhutnguyenkckartben
authored andcommitted
dts: renesas: Add System Timer support for RZ/G3S
Add System Timer nodes to Rensas RZ/G3S devicetree Signed-off-by: Nhut Nguyen <[email protected]> Signed-off-by: Hoang Nguyen <[email protected]>
1 parent a1874b1 commit 1e24a6e

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,11 @@
562562
compatible = "renesas,rz-gtm-counter";
563563
status = "disabled";
564564
};
565+
566+
os_timer {
567+
compatible = "renesas,rz-gtm-os-timer";
568+
status = "disabled";
569+
};
565570
};
566571
gtm1: gtm@42801400 {
567572
compatible = "renesas,rz-gtm";
@@ -575,6 +580,11 @@
575580
compatible = "renesas,rz-gtm-counter";
576581
status = "disabled";
577582
};
583+
584+
os_timer {
585+
compatible = "renesas,rz-gtm-os-timer";
586+
status = "disabled";
587+
};
578588
};
579589
gtm2: gtm@42801800 {
580590
compatible = "renesas,rz-gtm";
@@ -588,6 +598,11 @@
588598
compatible = "renesas,rz-gtm-counter";
589599
status = "disabled";
590600
};
601+
602+
os_timer {
603+
compatible = "renesas,rz-gtm-os-timer";
604+
status = "disabled";
605+
};
591606
};
592607
gtm3: gtm@42801c00 {
593608
compatible = "renesas,rz-gtm";
@@ -601,6 +616,11 @@
601616
compatible = "renesas,rz-gtm-counter";
602617
status = "disabled";
603618
};
619+
620+
os_timer {
621+
compatible = "renesas,rz-gtm-os-timer";
622+
status = "disabled";
623+
};
604624
};
605625
gtm4: gtm@42802000 {
606626
compatible = "renesas,rz-gtm";
@@ -614,6 +634,11 @@
614634
compatible = "renesas,rz-gtm-counter";
615635
status = "disabled";
616636
};
637+
638+
os_timer {
639+
compatible = "renesas,rz-gtm-os-timer";
640+
status = "disabled";
641+
};
617642
};
618643
gtm5: gtm@42802400 {
619644
compatible = "renesas,rz-gtm";
@@ -627,6 +652,11 @@
627652
compatible = "renesas,rz-gtm-counter";
628653
status = "disabled";
629654
};
655+
656+
os_timer {
657+
compatible = "renesas,rz-gtm-os-timer";
658+
status = "disabled";
659+
};
630660
};
631661
gtm6: gtm@42802800 {
632662
compatible = "renesas,rz-gtm";
@@ -640,6 +670,11 @@
640670
compatible = "renesas,rz-gtm-counter";
641671
status = "disabled";
642672
};
673+
674+
os_timer {
675+
compatible = "renesas,rz-gtm-os-timer";
676+
status = "disabled";
677+
};
643678
};
644679
gtm7: gtm@42802c00 {
645680
compatible = "renesas,rz-gtm";
@@ -653,6 +688,11 @@
653688
compatible = "renesas,rz-gtm-counter";
654689
status = "disabled";
655690
};
691+
692+
os_timer {
693+
compatible = "renesas,rz-gtm-os-timer";
694+
status = "disabled";
695+
};
656696
};
657697

658698
gpt32e0: gpt32e@50048000 {

0 commit comments

Comments
 (0)