zephyr/boards/arc/arduino_101_sss
Juan Manuel Cruz 0212457c48 flash: Fixes wrong SPI device for flash memory in arduino 101 sss
The flash memory in arduino 101 pĺatform is connected to the
SPI MST 0 device and the CS is connected to the GPIO 0.

The arduino 101 sensor sub-system core maps the SPI MST 0 device
to the "SPI_2" name and the SPI SS 0 device to the "SPI_0" name.
In the same manner the GPIO 0 is mapped to the "GPIO_2" name and
the GPIO SS 0 is mapped to the "GPIO_0" name.

This commit fixes the SPI device name and the GPIO name used by
the W25QXXDV flash memory.

Jira: ZEP-1672

Change-Id: Ifdd5b664498d0eaa6ad073853b811951fe19ab09
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
2017-02-28 12:51:42 +00:00
..
doc docs: add Arduino 101 board documentation 2017-01-24 17:58:58 +00:00
support board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
Kconfig.board board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
Kconfig.defconfig flash: Fixes wrong SPI device for flash memory in arduino 101 sss 2017-02-28 12:51:42 +00:00
Makefile board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
Makefile.board build: use target 'debugserver' for Qemu debugging 2017-01-10 20:20:46 +00:00
arduino_101_sss_defconfig Revert "[REVERTME]boards: omit frame pointer for ARC boards" 2017-02-03 04:15:53 +00:00
board.h boards: arduino 101: set user LED values correctly 2017-01-23 17:32:53 +00:00