forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-20 5a4414d1fd83d52b073fc27f6e12dc9fe3b32766
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>;
};