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:
Daniel DeGrasse 2022-05-11 17:34:13 -05:00 committed by David Leach
commit dfabb2e3e5
9 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@
};
chosen {
zephyr,flash-controller = &flexspi2;
zephyr,flash-controller = &is25wp064;
zephyr,flash = &w25q32jvwj0;
zephyr,code-partition = &slot0_partition;
zephyr,sram = &sdram0;