Lines Matching +full:dmic +full:- +full:ref
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Animesh Agarwal <animeshagarwal28@gmail.com>
16 * DMIC L1
17 * DMIC R1
18 * DMIC L2
19 * DMIC R2
40 - $ref: dai-common.yaml#
45 - realtek,rt5659
46 - realtek,rt5658
57 clock-names:
60 realtek,dmic1-data-pin:
61 $ref: /schemas/types.yaml#/definitions/uint32
63 - 0 # dmic1 is not used
64 - 1 # using IN2N pin as dmic1 data pin
65 - 2 # using GPIO5 pin as dmic1 data pin
66 - 3 # using GPIO9 pin as dmic1 data pin
67 - 4 # using GPIO11 pin as dmic1 data pin
71 realtek,dmic2-data-pin:
72 $ref: /schemas/types.yaml#/definitions/uint32
74 - 0 # dmic2 is not used
75 - 1 # using IN2P pin as dmic2 data pin
76 - 2 # using GPIO6 pin as dmic2 data pin
77 - 3 # using GPIO10 pin as dmic2 data pin
78 - 4 # using GPIO12 pin as dmic2 data pin
82 realtek,jd-src:
83 $ref: /schemas/types.yaml#/definitions/uint32
85 - 0 # No JD is used
86 - 1 # using JD3 as JD source
87 - 2 # JD source for Intel HDA header
91 realtek,ldo1-en-gpios:
95 realtek,reset-gpios:
100 $ref: /schemas/graph.yaml#/properties/ports
103 $ref: audio-graph-port.yaml#
107 - compatible
108 - reg
109 - interrupts
114 - |
115 #include <dt-bindings/gpio/gpio.h>
116 #include <dt-bindings/interrupt-controller/irq.h>
119 #address-cells = <1>;
120 #size-cells = <0>;
125 interrupt-parent = <&gpio>;
127 realtek,ldo1-en-gpios = <&gpio 3 GPIO_ACTIVE_HIGH>;