2016-10-21 03:02:28 +00:00
|
|
|
RT5663 audio CODEC
|
2016-09-09 02:33:10 +00:00
|
|
|
|
|
|
|
This device supports I2C only.
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
2016-10-21 03:02:28 +00:00
|
|
|
- compatible : "realtek,rt5663".
|
2016-09-09 02:33:10 +00:00
|
|
|
|
|
|
|
- reg : The I2C address of the device.
|
|
|
|
|
|
|
|
- interrupts : The CODEC's interrupt output.
|
|
|
|
|
|
|
|
Optional properties:
|
|
|
|
|
2016-10-21 03:02:28 +00:00
|
|
|
Pins on the device (for linking into audio routes) for RT5663:
|
2016-09-09 02:33:10 +00:00
|
|
|
|
|
|
|
* IN1P
|
|
|
|
* IN1N
|
|
|
|
* IN2P
|
|
|
|
* IN2N
|
|
|
|
* HPOL
|
|
|
|
* HPOR
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
codec: rt5663@12 {
|
|
|
|
compatible = "realtek,rt5663";
|
|
|
|
reg = <0x12>;
|
|
|
|
interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
|
|
|
|
};
|