Lines Matching +full:imx35 +full:- +full:sdma
11 - compatible : Compatible list, should contain one of the following
13 "fsl,imx35-asrc",
14 "fsl,imx53-asrc",
15 "fsl,imx8qm-asrc",
16 "fsl,imx8qxp-asrc",
18 - reg : Offset and length of the register set for the device.
20 - interrupts : Contains the spdif interrupt.
22 - dmas : Generic dma devicetree binding as described in
25 - dma-names : Contains "rxa", "rxb", "rxc", "txa", "txb" and "txc".
27 - clocks : Contains an entry for each entry in clock-names.
29 - clock-names : Contains the following entries
32 "asrck_<0-f>" Clock sources for input and output clock.
39 - fsl,asrc-rate : Defines a mutual sample rate used by DPCM Back Ends.
41 - fsl,asrc-width : Defines a mutual sample width used by DPCM Back Ends.
43 - fsl,asrc-clk-map : Defines clock map used in driver. which is required
45 <0> - select the map for asrc0 in imx8qm/imx8qxp
46 <1> - select the map for asrc1 in imx8qm/imx8qxp
50 - big-endian : If this property is absent, the little endian mode
54 - fsl,asrc-format : Defines a mutual sample format used by DPCM Back
55 Ends, which can replace the fsl,asrc-width.
61 compatible = "fsl,imx53-asrc";
69 clock-names = "mem", "ipg", "asrck0",
74 dmas = <&sdma 17 23 1>, <&sdma 18 23 1>, <&sdma 19 23 1>,
75 <&sdma 20 23 1>, <&sdma 21 23 1>, <&sdma 22 23 1>;
76 dma-names = "rxa", "rxb", "rxc",
78 fsl,asrc-rate = <48000>;
79 fsl,asrc-width = <16>;