boards: intel_s1000_crb: add zephyr,flash-controller to DTS
The board has a SPI NOR flash enabled by default but was missing the "zephyr,flash-controller" in DTS. This prevents the flash shell sample to compile. So add the DTS entry. Fixes #26764 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
3322489d22
commit
d0e36f2cac
|
@ -17,6 +17,7 @@
|
|||
zephyr,console = &uart0;
|
||||
zephyr,shell-uart = &uart0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,flash-controller = &flash0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue