Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / sound / sirf-audio-codec.txt
diff --git a/kernel/Documentation/devicetree/bindings/sound/sirf-audio-codec.txt b/kernel/Documentation/devicetree/bindings/sound/sirf-audio-codec.txt
new file mode 100644 (file)
index 0000000..062f5ec
--- /dev/null
@@ -0,0 +1,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>;
+};