Lines Matching +full:j7 +full:- +full:rti +full:- +full:wdt
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/watchdog/ti,rti-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Tero Kristo <t-kristo@ti.com>
13 The TI K3 SoC watchdog timer is implemented via the RTI (Real Time
21 - $ref: watchdog.yaml#
26 - ti,j7-rti-wdt
34 power-domains:
37 memory-region:
43 and PON_REASON_EOF_NUM(0xCCCCBBBB), are pre-stored at the first
52 - compatible
53 - reg
54 - clocks
55 - power-domains
60 - |
62 * RTI WDT in main domain on J721e SoC. Assigned clocks are used to
66 * starting from 0xa2200000 by RTI Watchdog Firmware, then make it
70 * reserved-memory {
71 * wdt_reset_memory_region: wdt-memory@a2200000 {
73 * no-map;
77 #include <dt-bindings/soc/ti,sci_pm_domain.h>
80 compatible = "ti,j7-rti-wdt";
83 power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>;
84 assigned-clocks = <&k3_clks 252 1>;
85 assigned-clock-parents = <&k3_clks 252 5>;
86 memory-region = <&wdt_reset_memory_region>;