aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/board_hifive1b_baremetal.go
blob: cea0443e69521409ba8eb8ad85cc26d1971ff856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//go:build fe310 && hifive1b

package machine

import "device/sifive"

// SPI on the HiFive1.
var (
	SPI1 = SPI{
		Bus: sifive.QSPI1,
	}
)