You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
497 B
20 lines
497 B
Inno audio codec for RK3036
|
|
|
|
Inno audio codec is integrated inside RK3036 SoC.
|
|
|
|
Required properties:
|
|
- compatible : Should be "rockchip,rk3036-codec".
|
|
- reg : The registers of codec.
|
|
- clock-names : Should be "acodec_pclk".
|
|
- clocks : The clock of codec.
|
|
- rockchip,grf : The phandle of grf device node.
|
|
|
|
Example:
|
|
|
|
acodec: acodec-ana@20030000 {
|
|
compatible = "rk3036-codec";
|
|
reg = <0x20030000 0x4000>;
|
|
rockchip,grf = <&grf>;
|
|
clock-names = "acodec_pclk";
|
|
clocks = <&cru ACLK_VCODEC>;
|
|
};
|
|
|