.. | .. |
---|
1 | 1 | * Amlogic Audio SPDIF Output |
---|
2 | 2 | |
---|
3 | 3 | Required properties: |
---|
4 | | -- compatible: 'amlogic,axg-spdifout' |
---|
| 4 | +- compatible: 'amlogic,axg-spdifout' or |
---|
| 5 | + 'amlogic,g12a-spdifout' or |
---|
| 6 | + 'amlogic,sm1-spdifout' |
---|
5 | 7 | - clocks: list of clock phandle, one for each entry clock-names. |
---|
6 | 8 | - clock-names: should contain the following: |
---|
7 | 9 | * "pclk" : peripheral clock. |
---|
8 | 10 | * "mclk" : master clock |
---|
9 | 11 | - #sound-dai-cells: must be 0. |
---|
10 | 12 | |
---|
| 13 | +Optional property: |
---|
| 14 | +- resets: phandle to the dedicated reset line of the spdif output. |
---|
| 15 | + |
---|
11 | 16 | Example on the A113 SoC: |
---|
12 | 17 | |
---|
13 | 18 | spdifout: audio-controller@480 { |
---|