15f4f2760SZhengShunQianInno audio codec for RK3036
25f4f2760SZhengShunQian
35f4f2760SZhengShunQianInno audio codec is integrated inside RK3036 SoC.
45f4f2760SZhengShunQian
55f4f2760SZhengShunQianRequired properties:
65f4f2760SZhengShunQian- compatible : Should be "rockchip,rk3036-codec".
75f4f2760SZhengShunQian- reg : The registers of codec.
85f4f2760SZhengShunQian- clock-names : Should be "acodec_pclk".
95f4f2760SZhengShunQian- clocks : The clock of codec.
105f4f2760SZhengShunQian- rockchip,grf : The phandle of grf device node.
115f4f2760SZhengShunQian
125f4f2760SZhengShunQianExample:
135f4f2760SZhengShunQian
145f4f2760SZhengShunQian	acodec: acodec-ana@20030000 {
155f4f2760SZhengShunQian		compatible = "rk3036-codec";
165f4f2760SZhengShunQian		reg = <0x20030000 0x4000>;
175f4f2760SZhengShunQian		rockchip,grf = <&grf>;
185f4f2760SZhengShunQian		clock-names = "acodec_pclk";
195f4f2760SZhengShunQian		clocks = <&cru ACLK_VCODEC>;
205f4f2760SZhengShunQian	};
21