Lines Matching +full:input +full:- +full:clock

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/clock/imx8m-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP i.MX8M Family Clock Control Module
10 - Abel Vesa <abelvesa@kernel.org>
11 - Peng Fan <peng.fan@nxp.com>
14 NXP i.MX8M Mini/Nano/Plus/Quad clock control module is an integrated clock
20 - fsl,imx8mm-ccm
21 - fsl,imx8mn-ccm
22 - fsl,imx8mp-ccm
23 - fsl,imx8mq-ccm
35 clock-names:
39 '#clock-cells':
42 The clock consumer should specify the desired clock by having the clock
43 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx8m-clock.h
44 for the full list of i.MX8M clock IDs.
47 - compatible
48 - reg
49 - clocks
50 - clock-names
51 - '#clock-cells'
54 - if:
58 const: fsl,imx8mq-ccm
63 - description: 32k osc
64 - description: 25m osc
65 - description: 27m osc
66 - description: ext1 clock input
67 - description: ext2 clock input
68 - description: ext3 clock input
69 - description: ext4 clock input
70 clock-names:
72 - const: ckil
73 - const: osc_25m
74 - const: osc_27m
75 - const: clk_ext1
76 - const: clk_ext2
77 - const: clk_ext3
78 - const: clk_ext4
83 - description: 32k osc
84 - description: 24m osc
85 - description: ext1 clock input
86 - description: ext2 clock input
87 - description: ext3 clock input
88 - description: ext4 clock input
90 clock-names:
92 - const: osc_32k
93 - const: osc_24m
94 - const: clk_ext1
95 - const: clk_ext2
96 - const: clk_ext3
97 - const: clk_ext4
102 # Clock Control Module node:
103 - |
104 clock-controller@30380000 {
105 compatible = "fsl,imx8mm-ccm";
107 #clock-cells = <1>;
110 clock-names = "osc_32k", "osc_24m", "clk_ext1", "clk_ext2",
114 - |
115 clock-controller@30380000 {
116 compatible = "fsl,imx8mq-ccm";
118 #clock-cells = <1>;
121 clock-names = "ckil", "osc_25m", "osc_27m", "clk_ext1",