Skip to content

Commit 2ac7899

Browse files
Ayush1325kartben
authored andcommitted
dts: arm64: ti: am62x_a53: Add MAIN domain RTI
- Add Real Time Interrupt (RTI) nodes. - Works as watchdog timers. Signed-off-by: Ayush Singh <[email protected]>
1 parent ab00c2b commit 2ac7899

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

dts/vendor/ti/k3-am62-main.dtsi

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,39 @@
125125
ngpios = <32>;
126126
status = "disabled";
127127
};
128+
129+
main_rti0: watchdog@e000000 {
130+
compatible = "ti,j7-rti-wdt";
131+
reg = <0x0e000000 0x100>;
132+
clock-frequency = <DT_FREQ_M(25)>;
133+
status = "disabled";
134+
};
135+
136+
main_rti1: watchdog@e010000 {
137+
compatible = "ti,j7-rti-wdt";
138+
reg = <0x0e010000 0x100>;
139+
clock-frequency = <DT_FREQ_M(25)>;
140+
status = "disabled";
141+
};
142+
143+
main_rti2: watchdog@e020000 {
144+
compatible = "ti,j7-rti-wdt";
145+
reg = <0x0e020000 0x100>;
146+
clock-frequency = <DT_FREQ_M(25)>;
147+
status = "disabled";
148+
};
149+
150+
main_rti3: watchdog@e030000 {
151+
compatible = "ti,j7-rti-wdt";
152+
reg = <0x0e030000 0x100>;
153+
clock-frequency = <DT_FREQ_M(25)>;
154+
status = "disabled";
155+
};
156+
157+
main_rti15: watchdog@e0f0000 {
158+
compatible = "ti,j7-rti-wdt";
159+
reg = <0x0e0f0000 0x100>;
160+
clock-frequency = <DT_FREQ_M(25)>;
161+
status = "disabled";
162+
};
128163
};

0 commit comments

Comments
 (0)