repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
18 lines
360 B
Plaintext
18 lines
360 B
Plaintext
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>;
|
|
};
|