Skip to content

Commit

Permalink
boards: intel_s1000_crb: add zephyr,flash-controller to DTS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dcpleung authored and nashif committed Jul 9, 2020
1 parent 3322489 commit d0e36f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/xtensa/intel_s1000_crb/intel_s1000_crb.dts
Expand Up @@ -17,6 +17,7 @@
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;
zephyr,flash-controller = &flash0;
};
};

Expand Down

0 comments on commit d0e36f2

Please sign in to comment.