Lines Matching +full:mclk +full:- +full:is +full:- +full:output

2 # SPDX-License-Identifier: Apache-2.0
6 Besides power management, this node is also in charge of configuring the
7 Oscillator Frequency Multiplier Clock (OFMCLK), which is derived from
8 High-Frequency Clock Generator (HFCG), is the source clock of Cortex-M4 core
11 Here is an example of configuring OFMCLK and the other clock sources derived
14 clock-frequency = <DT_FREQ_M(100)>; /* OFMCLK runs at 100MHz */
15 core-prescaler = <5>; /* CORE_CLK runs at 20MHz */
16 apb1-prescaler = <5>; /* APB1_CLK runs at 20MHz */
17 apb2-prescaler = <5>; /* APB2_CLK runs at 20MHz */
18 apb3-prescaler = <5>; /* APB3_CLK runs at 20MHz */
21 compatible: "nuvoton,npcx-pcc"
23 include: [clock-controller.yaml, base.yaml]
29 clock-frequency:
33 Default frequency in Hz for HFCG output clock (OFMCLK). Currently,
44 - 120000000
45 - 100000000
46 - 96000000
47 - 90000000
48 - 80000000
49 - 66000000
50 - 50000000
51 - 48000000
53 core-prescaler:
58 dividing OFMCLK(MCLK) and needs to meet the following requirements.
59 - CORE_CLK must be set to 4MHz <= CORE_CLK <= 100MHz.
72 - 1
73 - 2
74 - 3
75 - 4
76 - 5
77 - 6
78 - 7
79 - 8
80 - 9
81 - 10
83 apb1-prescaler:
88 OFMCLK(MCLK) and needs to meet the following requirements.
89 - APB1_CLK must be set to 4MHz <= APB1_CLK <= 50MHz.
90 - APB1_CLK must be an integer division (including 1) of CORE_CLK.
103 - 1
104 - 2
105 - 3
106 - 4
107 - 5
108 - 6
109 - 7
110 - 8
111 - 9
112 - 10
114 apb2-prescaler:
119 OFMCLK(MCLK) and needs to meet the following requirements.
120 - APB2_CLK must be set to 8MHz <= APB2_CLK <= 50MHz.
121 - APB2_CLK must be an integer division (including 1) of CORE_CLK.
134 - 1
135 - 2
136 - 3
137 - 4
138 - 5
139 - 6
140 - 7
141 - 8
142 - 9
143 - 10
145 apb3-prescaler:
150 OFMCLK(MCLK) and needs to meet the following requirements.
151 - APB3_CLK must be set to 12.5MHz <= APB3_CLK <= 50MHz.
152 - APB3_CLK must be an integer division (including 1) of CORE_CLK.
165 - 1
166 - 2
167 - 3
168 - 4
169 - 5
170 - 6
171 - 7
172 - 8
173 - 9
174 - 10
176 apb4-prescaler:
180 OFMCLK(MCLK) and needs to meet the following requirements.
181 - APB4_CLK must be set to 8MHz <= APB4_CLK <= 50MHz.
182 - APB4_CLK must be an integer division (including 1) of CORE_CLK.
195 - 1
196 - 2
197 - 3
198 - 4
199 - 5
200 - 6
201 - 7
202 - 8
203 - 9
204 - 10
206 ram-pd-depth:
209 - 8
210 - 12
211 - 15
213 Valid bit-depth of RAM block Power-Down control (RAM_PD) registers.
215 itself to 1 for better power consumption and this valid bit-depth
218 pwdwn-ctl-val:
222 Power-down (turn off clock) the modules during system initialization for
225 clock-cells:
226 - bus
227 - ctl
228 - bit