Skip to content

Commit

Permalink
dts: stm32: add STGEN node in stm32mp251.dtsi
Browse files Browse the repository at this point in the history
Add the STGEN node in the stm32mp251.dtsi SoC device tree file and
default enable it as it is the source for the ARM generic timer
of the ARM cortexA35.

Signed-off-by: Gatien Chevallier <[email protected]>
  • Loading branch information
GseoC committed Dec 16, 2024
1 parent 312a2ed commit 3d51590
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/arch/arm/dts/stm32mp251.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,13 @@
status = "disabled";
};

stgenc: stgen@48080000 {
compatible = "st,stm32mp25-stgen";
reg = <0x48080000 0x1000>;
clocks = <&rcc CK_BUS_STGEN>, <&rcc CK_KER_STGEN>;
clock-names = "bus", "stgen_clk";
};

fmc: memory-controller@48200000 {
#address-cells = <2>;
#size-cells = <1>;
Expand Down

0 comments on commit 3d51590

Please sign in to comment.