Lines Matching +full:assigned +full:- +full:clock +full:- +full:parents
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>
21 - $ref: "watchdog.yaml#"
26 - ti,j7-rti-wdt
34 power-domains:
37 assigned-clocks:
40 assigned-clocks-parents:
44 - compatible
45 - reg
46 - clocks
47 - power-domains
52 - |
54 * RTI WDT in main domain on J721e SoC. Assigned clocks are used to
55 * select the source clock for the watchdog, forcing it to tick with
56 * a 32kHz clock in this case.
58 #include <dt-bindings/soc/ti,sci_pm_domain.h>
61 compatible = "ti,rti-wdt";
64 power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>;
65 assigned-clocks = <&k3_clks 252 1>;
66 assigned-clock-parents = <&k3_clks 252 5>;