1# Copyright (c) 2019 Antmicro <www.antmicro.com> 2# SPDX-License-Identifier: Apache-2.0 3 4description: LiteX SPI 5 6compatible: "litex,spi" 7 8include: spi-controller.yaml 9 10properties: 11 reg: 12 required: true 13 14 data-width: 15 type: int 16 description: | 17 Maximum data width of the SPI controller in bits. 18 default: 8 19 20 max-cs: 21 type: int 22 description: | 23 Maximum number of chip selects supported by the SPI controller. 24 default: 1 25