| commit | 7845481eba286ef1607fc0c4beb3d2b67efa4665 | [log] [tgz] |
|---|---|---|
| author | Tim Pambor <tim.pambor@codewrights.de> | Thu Oct 23 18:08:18 2025 +0200 |
| committer | Johan Hedberg <johan.hedberg@gmail.com> | Fri Oct 24 01:11:22 2025 +0300 |
| tree | ec20e63ee095f70db2cc26e904940ba3d39bb493 | |
| parent | 0df11fc46be2d56be6c1edb370b2e5d22fde9add [diff] |
soc: st: stm32: Use flash-controller to detect running from external flash Use the zephyr,flash-controller node and the respective compatible 'st,stm32-xspi-nor' to detect if the device is running from external flash, instead of assuming that the parent node of the flash is the SPI controller. This fixes an issue when soc-nv-flash is used as the zephyr,flash node. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>