Skip to content

Commit 43c4396

Browse files
committed
arm: stm32: Add DTS describing ROM bootloader for f0
Add the ROM bootloader devicetree details for a stm32f072 SoC. Signed-off-by: Peter Johanson <[email protected]>
1 parent 9e1e6c6 commit 43c4396

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm/st/f0/stm32f072.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
soc {
1111
compatible = "st,stm32f072", "st,stm32f0", "simple-bus";
1212

13+
rom_bootloader: rom_bootloader@0x1FFFC800 {
14+
compatible = "st,stm32-bootloader";
15+
reg = <0x1FFFC800 DT_SIZE_K(12)>;
16+
status = "okay";
17+
};
18+
1319
can1: can@40006400 {
1420
compatible = "st,stm32-bxcan";
1521
reg = <0x40006400 0x400>;

0 commit comments

Comments
 (0)