WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / spi / litex,litespi.txt
blobd5ddb4ec6ce493432383a758b3530ad6d724bfa2
1 LiteSPI controller
3 Required properties:
4 - compatible should be "litex,litespi"
5 - reg: base address and length of the register set for this device
6 - litespi,max-bpw: maximum value of bits per word
7 - litespi,sck-frequency: SPI clock frequency
8 - litespi,num-cs: number of chip select lines available
10 Example:
12 litespi0: spi@f0005800 {
13         compatible = "litex,litespi";
14         reg = <0xf0005800 0x100>;
16         litespi,max-bpw = <8>;
17         litespi,sck-frequency = <1000000>;
18         litespi,num-cs = <1>;