Skip to content

Commit

Permalink
dts: arm: st: set flash size for stm32l011X4
Browse files Browse the repository at this point in the history
This device lost the reg property since 88c9d1f, causing the
nucleo_l011k4 board to not build anymore. Add it back, 512 bytes should
be the right number for this chip.

Signed-off-by: Fabio Baltieri <[email protected]>
  • Loading branch information
fabiobaltieri authored and henrikbrixandersen committed Nov 9, 2023
1 parent 3769938 commit 9bb44b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dts/arm/st/l0/stm32l011X4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
reg = <0x08000000 DT_SIZE_K(16)>;
};
};

eeprom: eeprom@8080000{
reg = <0x08080000 512>;
};
};
};

0 comments on commit 9bb44b8

Please sign in to comment.