Lines Matching +full:is +full:- +full:advanced
2 # SPDX-License-Identifier: Apache-2.0
6 This node is in charge of system clock ('SYSCLK') source selection and controlling
7 clocks for AHB (Advanced High Performance) and APB (Advanced Peripheral) bus domains.
13 Core clock frequency should also be defined, using "clock-frequency" property.
18 Here is an example of correctly configured rcc node:
21 ahb-prescaler = <2>;
22 clock-frequency = <DT_FREQ_M(40)>; /* = SYSCLK / AHB prescaler */
23 apb1-presacler = <1>;
24 apb2-presacler = <1>;
25 apb7-presacler = <7>;
51 In this example I2C1 device is assigned HSI as clock source.
52 It is device driver's responsibility to query and use clock source information in
55 compatible: "st,stm32wba-rcc"
57 include: [clock-controller.yaml, base.yaml]
63 "#clock-cells":
66 clock-frequency:
72 ahb-prescaler:
76 - 1
77 - 2
78 - 4
79 - 8
80 - 16
86 ahb5-prescaler:
89 - 1
90 - 2
91 - 3
92 - 4
93 - 6
96 system frequency input. It is used to limit HCLK5 below 32MHz.
97 Only required when SysClock source is PLL1.
100 apb1-prescaler:
104 - 1
105 - 2
106 - 4
107 - 8
108 - 16
110 apb2-prescaler:
114 - 1
115 - 2
116 - 4
117 - 8
118 - 16
120 apb7-prescaler:
124 - 1
125 - 2
126 - 4
127 - 8
128 - 16
130 ahb5-div:
133 AHB5 divider. Applies only when SysClock source is HSI16 or HSE32.
134 When enabled, AHB5 clock is SysClock / 2.
135 When disabled, SysClock is not divided.
137 clock-cells:
138 - bus
139 - bits