Skip to content

Commit c345dff

Browse files
Ayush1325fabiobaltieri
authored andcommitted
dts: arm: ti: am62x_m4: Add mcu_rti0
- Add watchdog timer for mcu domain. Signed-off-by: Ayush Singh <[email protected]>
1 parent 1537763 commit c345dff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/arm/ti/am62x_m4.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@
8585
ngpios = <24>;
8686
status = "disabled";
8787
};
88+
89+
mcu_rti0: watchdog@4880000 {
90+
compatible = "ti,j7-rti-wdt";
91+
reg = <0x04880000 0x100>;
92+
clock-frequency = <DT_FREQ_M(25)>;
93+
status = "disabled";
94+
};
8895
};
8996

9097
&nvic {

0 commit comments

Comments
 (0)