We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229c257 commit 6c06d2dCopy full SHA for 6c06d2d
dts/bindings/clock/st,stm32-rcc.yaml
@@ -20,8 +20,8 @@ description: |
20
clocks = <&pll>; /* Select 80MHz pll as SYSCLK source */
21
ahb-prescaler = <2>;
22
clock-frequency = <DT_FREQ_M(40)>; /* = SYSCLK / AHB prescaler */
23
- apb1-presacler = <1>;
24
- apb2-presacler = <1>;
+ apb1-prescaler = <1>;
+ apb2-prescaler = <1>;
25
}
26
27
Specifying a gated clock:
0 commit comments