.. | .. |
---|
8 | 8 | |
---|
9 | 9 | Required properties: |
---|
10 | 10 | |
---|
11 | | - - compatible : Contains "fsl,imx35-asrc" or "fsl,imx53-asrc". |
---|
| 11 | + - compatible : Compatible list, should contain one of the following |
---|
| 12 | + compatibles: |
---|
| 13 | + "fsl,imx35-asrc", |
---|
| 14 | + "fsl,imx53-asrc", |
---|
| 15 | + "fsl,imx8qm-asrc", |
---|
| 16 | + "fsl,imx8qxp-asrc", |
---|
12 | 17 | |
---|
13 | 18 | - reg : Offset and length of the register set for the device. |
---|
14 | 19 | |
---|
.. | .. |
---|
35 | 40 | |
---|
36 | 41 | - fsl,asrc-width : Defines a mutual sample width used by DPCM Back Ends. |
---|
37 | 42 | |
---|
| 43 | + - fsl,asrc-clk-map : Defines clock map used in driver. which is required |
---|
| 44 | + by imx8qm/imx8qxp platform |
---|
| 45 | + <0> - select the map for asrc0 in imx8qm/imx8qxp |
---|
| 46 | + <1> - select the map for asrc1 in imx8qm/imx8qxp |
---|
| 47 | + |
---|
38 | 48 | Optional properties: |
---|
39 | 49 | |
---|
40 | 50 | - big-endian : If this property is absent, the little endian mode |
---|
41 | 51 | will be in use as default. Otherwise, the big endian |
---|
42 | 52 | mode will be in use for all the device registers. |
---|
43 | 53 | |
---|
| 54 | + - fsl,asrc-format : Defines a mutual sample format used by DPCM Back |
---|
| 55 | + Ends, which can replace the fsl,asrc-width. |
---|
| 56 | + The value is 2 (S16_LE), or 6 (S24_LE). |
---|
| 57 | + |
---|
44 | 58 | Example: |
---|
45 | 59 | |
---|
46 | 60 | asrc: asrc@2034000 { |
---|