Lines Matching +full:codec +full:- +full:gpio1
1 * Rockchip Rk3228 internal codec
5 - compatible: "rockchip,rk3228-codec"
6 - reg: physical base address of the controller and length of memory mapped
8 - clocks: a list of phandle + clock-specifer pairs, one for each entry in clock-names.
9 - clock-names: a list of clock names, one for each entry in clocks.
10 - spk-en-gpio: speaker enable gpio.
11 - spk-depop-time-ms: speaker depop time msec.
13 Example for rk3228 internal codec:
15 codec: codec@12010000 {
16 compatible = "rockchip,rk3228-codec";
19 clock-names = "mclk", "pclk", "sclk";
20 spk-en-gpio = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;