inno-rk3036.txt 497 B

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