Lines Matching +full:spdif +full:- +full:controller
1 Imagination Technologies SPDIF Input Controller
5 - compatible : Compatible list, must contain "img,spdif-in"
7 - #sound-dai-cells : Must be equal to 0
9 - reg : Offset and length of the register set for the device
11 - dmas: Contains an entry for each entry in dma-names.
13 - dma-names: Must include the following entry:
16 - clocks : Contains an entry for each entry in clock-names
18 - clock-names : Includes the following entries:
23 - resets: Should contain a phandle to the spdif in reset signal, if any
25 - reset-names: Should contain the reset signal name "rst", if a
28 - interrupts : Contains the spdif in interrupt, if present
32 spdif_in: spdif-in@18100e00 {
33 compatible = "img,spdif-in";
37 dma-names = "rx";
39 clock-names = "sys";
40 #sound-dai-cells = <0>;