.../bindings/clock/st,stm32mp21-rcc.yaml | 200 +++ drivers/clk/stm32/Kconfig | 7 + drivers/clk/stm32/Makefile | 1 + drivers/clk/stm32/clk-stm32mp21.c | 1583 +++++++++++++++++ drivers/clk/stm32/stm32mp21_rcc.h | 651 +++++++ include/dt-bindings/clock/st,stm32mp21-rcc.h | 428 +++++ include/dt-bindings/reset/st,stm32mp21-rcc.h | 140 ++ 7 files changed, 3010 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/st,stm32mp21-rcc.yaml create mode 100644 drivers/clk/stm32/clk-stm32mp21.c create mode 100644 drivers/clk/stm32/stm32mp21_rcc.h create mode 100644 include/dt-bindings/clock/st,stm32mp21-rcc.h create mode 100644 include/dt-bindings/reset/st,stm32mp21-rcc.h