diff options
author | Gowtham Tammana <[email protected]> | 2022-08-22 18:50:06 -0500 |
---|---|---|
committer | Vignesh Raghavendra <[email protected]> | 2022-09-01 15:53:11 +0530 |
commit | 6038f1171162faaebbbe3acd1c6712a18a161a41 (patch) | |
tree | 8ea4682e8603ff544ef64f6088c10696d348d1fd | |
parent | c920a6caba68196f48f8ee57cc193e396f941011 (diff) |
arm64: dts: ti: k3-j7200-main: Add main domain watchdog entries
Add DT entries for main domain watchdog instances.
Signed-off-by: Gowtham Tammana <[email protected]>
Signed-off-by: Vignesh Raghavendra <[email protected]>
Reviewed-by: Peter Ujfalusi <[email protected]>
Link: https://lore.kernel.org/r/20220822235006.7081-1-afd%40ti.com
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi b/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi index 16684a2f054d..cf657ac0bd6a 100644 --- a/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi @@ -739,6 +739,24 @@ clock-names = "gpio"; }; + watchdog0: watchdog@2200000 { + compatible = "ti,j7-rti-wdt"; + reg = <0x0 0x2200000 0x0 0x100>; + clocks = <&k3_clks 252 1>; + power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks = <&k3_clks 252 1>; + assigned-clock-parents = <&k3_clks 252 5>; + }; + + watchdog1: watchdog@2210000 { + compatible = "ti,j7-rti-wdt"; + reg = <0x0 0x2210000 0x0 0x100>; + clocks = <&k3_clks 253 1>; + power-domains = <&k3_pds 253 TI_SCI_PD_EXCLUSIVE>; + assigned-clocks = <&k3_clks 253 1>; + assigned-clock-parents = <&k3_clks 253 5>; + }; + main_r5fss0: r5fss@5c00000 { compatible = "ti,j7200-r5fss"; ti,cluster-mode = <1>; |