Bard Liao | df7c521 | 2016-09-09 10:33:10 +0800 | [diff] [blame] | 1 | RT5663/RT5668 audio CODEC |
| 2 | |
| 3 | This device supports I2C only. |
| 4 | |
| 5 | Required properties: |
| 6 | |
| 7 | - compatible : One of "realtek,rt5663" or "realtek,rt5668". |
| 8 | |
| 9 | - reg : The I2C address of the device. |
| 10 | |
| 11 | - interrupts : The CODEC's interrupt output. |
| 12 | |
| 13 | Optional properties: |
| 14 | |
| 15 | Pins on the device (for linking into audio routes) for RT5663/RT5668: |
| 16 | |
| 17 | * IN1P |
| 18 | * IN1N |
| 19 | * IN2P |
| 20 | * IN2N |
| 21 | * HPOL |
| 22 | * HPOR |
| 23 | |
| 24 | Example: |
| 25 | |
| 26 | codec: rt5663@12 { |
| 27 | compatible = "realtek,rt5663"; |
| 28 | reg = <0x12>; |
| 29 | interrupts = <7 IRQ_TYPE_EDGE_FALLING>; |
| 30 | }; |