boards: mimxrt1xxx: change flash controller to correct node
flash controller on RT boards should be the flash device, rather than the flexspi, as the flash device's driver implements flash APIs. Fixes #45505 Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
4b7146bf18
commit
dfabb2e3e5
9 changed files with 9 additions and 9 deletions
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
zephyr,flash-controller = &flexspi;
|
||||
zephyr,flash-controller = &is25wp064;
|
||||
zephyr,flash = &is25wp064;
|
||||
zephyr,code-partition = &slot0_partition;
|
||||
zephyr,sram = &sdram0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue