mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-05 16:07:46 -04:00
17 lines
360 B
Text
17 lines
360 B
Text
SiRF internal audio CODEC
|
|
|
|
Required properties:
|
|
|
|
- compatible : "sirf,atlas6-audio-codec" or "sirf,prima2-audio-codec"
|
|
|
|
- reg : the register address of the device.
|
|
|
|
- clocks: the clock of SiRF internal audio codec
|
|
|
|
Example:
|
|
|
|
audiocodec: audiocodec@b0040000 {
|
|
compatible = "sirf,atlas6-audio-codec";
|
|
reg = <0xb0040000 0x10000>;
|
|
clocks = <&clks 27>;
|
|
};
|