Lines Matching +full:codec +full:- +full:reset
1 * Rockchip Codec Digital Interface
5 - compatible: should be one of the following
6 - "rockchip,codec-digital-v1"
7 - "rockchip,rk3568-codec-digital"
8 - "rockchip,rk3588-codec-digital"
9 - "rockchip,rv1106-codec-digital"
10 - "rockchip,rv1126-codec-digital"
11 - reg: physical base address of the controller and length of memory mapped
13 - clocks: a list of phandle + clock-specifer pairs, one for each entry in clock-names.
14 - clock-names: clock names.
15 - rockchip,bclk-fs: configure the bclk fs.
16 - resets: a list of phandle + reset-specifer paris, one for each entry in reset-names.
17 - reset-names: reset names, should include "reset".
18 - rockchip,grf: the phandle of the syscon node for GRF register.
21 - rockchip,clk-sync-mode: This is a boolean property, if present, using clk
23 - rockchip,pwm-output-mode: This is a boolean property, if present, output pwm
28 rkacdc_dig: codec-digital@ff850000 {
29 compatible = "rockchip,codec-digital-v1";
33 clock-names = "adc", "dac", "pclk";
34 pinctrl-names = "default";
35 pinctrl-0 = <&acodec_pins>;
37 reset-names = "reset" ;