Skip to content

Commit

Permalink
clk: stm32: Introduce clocks of STM32F769 board
Browse files Browse the repository at this point in the history
STM32F769 clocks are derived from STM32746 clocks.
main differences are:
- new source clock for SAI1 and SAI2 (HSI or HSE)
- Add DFSDM & DSI clocks

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Gabriel Fernandez authored and Stephen Boyd committed Apr 25, 2019
1 parent 9e98c67 commit 936289f
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 10 deletions.
6 changes: 6 additions & 0 deletions Documentation/devicetree/bindings/clock/st,stm32-rcc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Required properties:
"st,stm32f42xx-rcc"
"st,stm32f469-rcc"
"st,stm32f746-rcc"
"st,stm32f769-rcc"

- reg: should be register base and length as documented in the
datasheet
- #reset-cells: 1, see below
Expand Down Expand Up @@ -102,6 +104,10 @@ The secondary index is bound with the following magic numbers:
28 CLK_I2C3
29 CLK_I2C4
30 CLK_LPTIMER (LPTimer1 clock)
31 CLK_PLL_SRC
32 CLK_DFSDM1
33 CLK_ADFSDM1
34 CLK_F769_DSI
)

Example:
Expand Down
Loading

0 comments on commit 936289f

Please sign in to comment.