Lines Matching +full:sc9860 +full:- +full:dma
4 - compatible: Should be "sprd,sc9860-spi".
5 - reg: Offset and length of SPI controller register space.
6 - interrupts: Should contain SPI interrupt.
7 - clock-names: Should contain following entries:
11 - clocks: List of clock input name strings sorted in the same order
12 as the clock-names property.
13 - #address-cells: The number of cells required to define a chip select
15 - #size-cells: Should be set to 0.
18 dma-names: Should contain names of the SPI used DMA channel.
19 dmas: Should contain DMA channels and DMA slave ids which the SPI used
20 sorted in the same order as the dma-names property.
24 compatible = "sprd,sc9860-spi";
27 clock-names = "spi", "source","enable";
29 dma-names = "rx_chn", "tx_chn";
31 #address-cells = <1>;
32 #size-cells = <0>;