1# Copyright (c) 2018, SiFive Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 Sifive SPI controller. 6 7 Note: First instance of the Sifive SPI controller (spi0) must be kept 8 disabled if used to access SPI Flash ROM. Failing to do so could result in 9 crashes during boot time. 10 11compatible: "sifive,spi0" 12 13include: [spi-controller.yaml, pinctrl-device.yaml] 14 15properties: 16 reg: 17 required: true 18