kernel_samsung_a53x/Documentation/devicetree/bindings/sound/sirf-audio-codec.txt

18 lines
360 B
Text
Raw Normal View History

2024-06-15 21:02:09 +02:00
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>;
};