drivers: clock_control: Add STM32G4X clock support

Add clock support for STM32G4X SoC series.

Signed-off-by: Richard Osterloh <richard.osterloh@gmail.com>
This commit is contained in:
Richard Osterloh 2019-09-04 09:37:52 +01:00 committed by Andrew Boie
commit ca7cbb5a08
8 changed files with 158 additions and 9 deletions

View file

@ -6,6 +6,7 @@
#include <arm/armv7-m.dtsi>
#include <dt-bindings/clock/stm32_clock.h>
/ {
cpus {
@ -24,6 +25,12 @@
};
soc {
rcc: rcc@40021000 {
compatible = "st,stm32-rcc";
#clock-cells = <2>;
reg = <0x40021000 0x400>;
label = "STM32_CLK_RCC";
};
};