Skip to content

Commit

Permalink
dts: adding flexible memory controller (fmc) to H56x, H533
Browse files Browse the repository at this point in the history
As requested in

#77888

I'm adding the DT basics for the flexible memory controller.

Signed-off-by: Thorsten Spätling <thorsten.spaetling@vierling.de>
  • Loading branch information
ts4ling authored and henrikbrixandersen committed Sep 18, 2024
1 parent db88324 commit 106b201
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dts/arm/st/h5/stm32h533.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@
reg = <0x42021400 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000080>;
};

fmc: memory-controller@47000400 {
compatible = "st,stm32-fmc";
reg = <0x47000400 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB4 0x00010000>;
status = "disabled";
};
};
};
7 changes: 7 additions & 0 deletions dts/arm/st/h5/stm32h562.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,13 @@
interrupts = <79 0>;
status = "disabled";
};

fmc: memory-controller@47000400 {
compatible = "st,stm32-fmc";
reg = <0x47000400 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB4 0x00010000>;
status = "disabled";
};
};

smbus3: smbus3 {
Expand Down

0 comments on commit 106b201

Please sign in to comment.