Lines Matching +full:rx +full:- +full:input
4 - compatible: "atmel,at91rm9200-ssc" or "atmel,at91sam9g45-ssc"
5 - atmel,at91rm9200-ssc: support pdc transfer
6 - atmel,at91sam9g45-ssc: support dma transfer
7 - reg: Should contain SSC registers location and length
8 - interrupts: Should contain SSC interrupt
9 - clock-names: tuple listing input clock names.
11 - clocks: phandles to input clocks.
14 Required properties for devices compatible with "atmel,at91sam9g45-ssc":
15 - dmas: DMA specifier, consisting of a phandle to DMA controller node,
16 the memory interface and SSC DMA channel ID (for tx and rx).
17 See Documentation/devicetree/bindings/dma/atmel-dma.txt for details.
18 - dma-names: Must be "tx", "rx".
21 - atmel,clk-from-rk-pin: bool property.
22 - When SSC works in slave mode, according to the hardware design, the
25 - By default the clock is from TK pin, if the clock from RK pin, this
27 - #sound-dai-cells: Should contain <0>.
28 - This property makes the SSC into an automatically registered DAI.
31 - PDC transfer:
33 compatible = "atmel,at91rm9200-ssc";
37 clock-names = "pclk";
40 - DMA transfer:
42 compatible = "atmel,at91sam9g45-ssc";
47 dma-names = "tx", "rx";
48 pinctrl-names = "default";
49 pinctrl-0 = <&pinctrl_ssc0_tx &pinctrl_ssc0_rx>;