Skip to content

Commit 784b23b

Browse files
committed
arm: stm32: Add DTS describing ROM bootloader for f411
Add the ROM bootloader devicetree details for a stm32f411 SoC. Signed-off-by: Peter Johanson <[email protected]>
1 parent 01788e9 commit 784b23b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm/st/f4/stm32f411.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
soc {
1919
compatible = "st,stm32f411", "st,stm32f4", "simple-bus";
2020

21+
rom_bootloader: rom_bootloader@1fff0000 {
22+
compatible = "st,stm32-bootloader";
23+
reg = <0x1fff0000 DT_SIZE_K(29)>;
24+
status = "okay";
25+
};
26+
2127
spi5: spi@40015000 {
2228
compatible = "st,stm32-spi";
2329
#address-cells = <1>;

0 commit comments

Comments
 (0)