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:
Daniel Leung 2020-07-09 09:37:14 -07:00 committed by Anas Nashif
parent 3322489d22
commit d0e36f2cac

View file

@ -17,6 +17,7 @@
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;
zephyr,flash-controller = &flash0;
};
};