summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/ingenic,jz4740-codec.txt
blob: 1ffcade87e7bde218de8c2b26c87cb3639d4a766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Ingenic JZ4740 codec controller

Required properties:
- compatible : "ingenic,jz4740-codec"
- reg : codec registers location and length
- clocks : phandle to the AIC clock.
- clock-names: must be set to "aic".
- #sound-dai-cells: Must be set to 0.

Example:

codec: audio-codec@10020080 {
	compatible = "ingenic,jz4740-codec";
	reg = <0x10020080 0x8>;

	#sound-dai-cells = <0>;

	clocks = <&cgu JZ4740_CLK_AIC>;
	clock-names = "aic";
};