1*5f4f2760SZhengShunQianInno audio codec for RK3036 2*5f4f2760SZhengShunQian 3*5f4f2760SZhengShunQianInno audio codec is integrated inside RK3036 SoC. 4*5f4f2760SZhengShunQian 5*5f4f2760SZhengShunQianRequired properties: 6*5f4f2760SZhengShunQian- compatible : Should be "rockchip,rk3036-codec". 7*5f4f2760SZhengShunQian- reg : The registers of codec. 8*5f4f2760SZhengShunQian- clock-names : Should be "acodec_pclk". 9*5f4f2760SZhengShunQian- clocks : The clock of codec. 10*5f4f2760SZhengShunQian- rockchip,grf : The phandle of grf device node. 11*5f4f2760SZhengShunQian 12*5f4f2760SZhengShunQianExample: 13*5f4f2760SZhengShunQian 14*5f4f2760SZhengShunQian acodec: acodec-ana@20030000 { 15*5f4f2760SZhengShunQian compatible = "rk3036-codec"; 16*5f4f2760SZhengShunQian reg = <0x20030000 0x4000>; 17*5f4f2760SZhengShunQian rockchip,grf = <&grf>; 18*5f4f2760SZhengShunQian clock-names = "acodec_pclk"; 19*5f4f2760SZhengShunQian clocks = <&cru ACLK_VCODEC>; 20*5f4f2760SZhengShunQian }; 21