Skip to content

Commit 9a000f1

Browse files
jmentipraneethbajjuri
authored andcommitted
PENDING: arm64: dts: ti: k3-am62l-main: Add rti0 watchdog node
Add device tree node for the rti0 watchdog instance, which allows system reset via windowed watchdog. AM62L has two watchdog instances (rti0 and rti1), but only rti0 is currently functional. The rti1 instance will be enabled in a separate commit once [0] is pulled into Linux SDK. [0] TexasInstruments/arm-trusted-firmware@62d15c8 Signed-off-by: Judith Mendez <jm@ti.com>
1 parent fb01f7c commit 9a000f1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-am62l-main.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,15 @@
313313
ti,timer-pwm;
314314
};
315315

316+
rti0: watchdog@e000000 {
317+
compatible = "ti,am62l-rti-wdt";
318+
reg = <0x00 0x0e000000 0x00 0x100>;
319+
clocks = <&scmi_clk 277>;
320+
power-domains = <&scmi_pds 60>;
321+
assigned-clocks = <&scmi_clk 277>;
322+
assigned-clock-parents = <&scmi_clk 274>;
323+
};
324+
316325
uart0: serial@2800000 {
317326
compatible = "ti,am64-uart", "ti,am654-uart";
318327
reg = <0x00 0x02800000 0x00 0x100>;

0 commit comments

Comments
 (0)