zephyr/boards/riscv32/hifive1
Nathaniel Graff 7eb6bd6dfe boards/hifive1: Enable SPI driver
Enable the SPI driver on the HiFive 1

This makes the following configurations choices for the HiFive 1:

The SPI 0 peripheral driver is not enabled by default because it is in
charge of mapping the SPI flash into memory. This can be configured
using the CONFIG_SIFIVE_SPI_0_ROM KConfig option.

The SPI 1 peripheral driver is enabled by default and the pinmux is
configured for all of its outputs

The SPI 2 peripheral driver is enabled by default because it is present
in the DTS for the FE310, but because the QFN48 package used on the
HiFive 1 doesn't route those pins from the silicon die, the pinmux can't
enable the SPI 2 pins.

Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
2019-02-06 09:00:00 -06:00
..
doc boards: hifive1: Added flash runner 2019-02-05 14:29:16 -06:00
support boards: hifive1: Added flash runner 2019-02-05 14:29:16 -06:00
CMakeLists.txt
Kconfig.board
Kconfig.defconfig
board.cmake boards: hifive1: Added flash runner 2019-02-05 14:29:16 -06:00
clock.c
hifive1.dts boards/hifive1: Enable SPI driver 2019-02-06 09:00:00 -06:00
hifive1.yaml
hifive1_defconfig boards/hifive1: Enable SPI driver 2019-02-06 09:00:00 -06:00
pinmux.c boards/hifive1: Enable SPI driver 2019-02-06 09:00:00 -06:00
prci.h