Skip to content

Commit

Permalink
arm: stm32: Add DTS describing ROM bootloader for f0
Browse files Browse the repository at this point in the history
Add the ROM bootloader devicetree details for a stm32f072 SoC.

Signed-off-by: Peter Johanson <[email protected]>
  • Loading branch information
petejohanson committed Jan 20, 2025
1 parent 9e1e6c6 commit 43c4396
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dts/arm/st/f0/stm32f072.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
soc {
compatible = "st,stm32f072", "st,stm32f0", "simple-bus";

rom_bootloader: rom_bootloader@0x1FFFC800 {
compatible = "st,stm32-bootloader";
reg = <0x1FFFC800 DT_SIZE_K(12)>;
status = "okay";
};

can1: can@40006400 {
compatible = "st,stm32-bxcan";
reg = <0x40006400 0x400>;
Expand Down

0 comments on commit 43c4396

Please sign in to comment.