Skip to content

Commit b88e890

Browse files
committed
dts: arm: st: Add STM32WB bootloader information
Add the STM32 bootloader details to the relevant STM32WB .dtsi file. Signed-off-by: Peter Johanson <[email protected]>
1 parent 7c2f179 commit b88e890

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm/st/wb/stm32wb.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@
144144
};
145145

146146
soc {
147+
rom_bootloader: rom_bootloader@1fff0000 {
148+
compatible = "st,stm32-bootloader";
149+
reg = <0x1fff0000 DT_SIZE_K(28)>;
150+
status = "okay";
151+
};
152+
147153
flash: flash-controller@58004000 {
148154
compatible = "st,stm32-flash-controller", "st,stm32wb-flash-controller";
149155
reg = <0x58004000 0x400>;

0 commit comments

Comments
 (0)