Lines Matching +full:sysclk +full:- +full:prescaler
2 # SPDX-License-Identifier: Apache-2.0
6 This node is in charge of system clock ('SYSCLK') source selection and
13 As part of this node configuration, SYSCLK frequency should also be defined, using
14 "clock-frequency" property.
16 prescaler properties.
19 clocks = <&pll>; /* Set pll as SYSCLK source */
20 clock-frequency = <DT_FREQ_M(280)>; /* SYSCLK runs at 280MHz */
29 Confere st,stm32-rcc binding for information about domain clocks configuration.
31 compatible: "st,stm32h7rs-rcc"
33 include: [clock-controller.yaml, base.yaml]
39 "#clock-cells":
42 clock-frequency:
52 - 1
53 - 2
54 - 4
55 - 8
56 - 16
57 - 64
58 - 128
59 - 256
60 - 512
62 CPU clock prescaler. Sets a HCLK frequency (feeding Cortex-M Systick)
63 lower than SYSCLK frequency (actual core frequency).
65 Changing this prescaler is not allowed until it is made possible to
73 divider of the CPU clock by this prescaler (BMPRE register)
75 - 1
76 - 2
77 - 4
78 - 8
79 - 16
80 - 64
81 - 128
82 - 256
83 - 512
89 APB1 peripheral prescaler
91 - 1
92 - 2
93 - 4
94 - 8
95 - 16
101 APB2 peripheral prescaler
103 - 1
104 - 2
105 - 4
106 - 8
107 - 16
113 APB4 peripheral prescaler
115 - 1
116 - 2
117 - 4
118 - 8
119 - 16
125 APB5 peripheral prescaler
127 - 1
128 - 2
129 - 4
130 - 8
131 - 16
133 clock-cells:
134 - bus
135 - bits