Lines Matching +full:imx7ulp +full:- +full:pcc2
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/watchdog/fsl-imx7ulp-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Anson Huang <Anson.Huang@nxp.com>
13 - $ref: "watchdog.yaml#"
18 - fsl,imx7ulp-wdt
29 assigned-clocks:
32 assigned-clocks-parents:
35 timeout-sec: true
38 - compatible
39 - interrupts
40 - reg
41 - clocks
46 - |
47 #include <dt-bindings/interrupt-controller/arm-gic.h>
48 #include <dt-bindings/clock/imx7ulp-clock.h>
51 compatible = "fsl,imx7ulp-wdt";
54 clocks = <&pcc2 IMX7ULP_CLK_WDG1>;
55 assigned-clocks = <&pcc2 IMX7ULP_CLK_WDG1>;
56 assigned-clocks-parents = <&scg1 IMX7ULP_CLK_FIRC_BUS_CLK>;
57 timeout-sec = <40>;