| commit | 8ffefab29fa286be22fffaa1fd6514e5258bb518 | [log] [tgz] |
|---|---|---|
| author | Tianshuang Ke <qinyun575@gmail.com> | Sat Apr 13 09:16:32 2024 +0800 |
| committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Wed Apr 17 14:29:22 2024 +0200 |
| tree | 1b221d239732c5543122a65bb28621f7384813d5 | |
| parent | 72cdbcbbba888b634f060bc383c7826c70a8eff7 [diff] |
dts: arm: st: Fix incorrect memory mapping and size for STM32L475Xe This commit updates the SRAM configuration in the STM32L475 device tree: - `sram0` size reduced from 128K to 96K. - `sram1` added with 32K. These changes correct memory settings to prevent initialization failures. Signed-off-by: Tianshuang Ke <qinyun575@gmail.com>