Lines Matching +full:invert +full:- +full:interrupt
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - David Yang <yangxiaohua@everest-semi.com>
21 - description: clock for master clock (MCLK)
23 clock-names:
25 - const: mclk
27 "#sound-dai-cells":
30 everest,jack-pol:
40 everest,mic1-src:
48 everest,mic2-src:
56 everest,jack-detect-inverted:
59 Defined to invert the jack detection.
61 everest,interrupt-src:
64 value of reg 0x58, Defines the interrupt source.
75 everest,interrupt-clk:
78 value of reg 0x59, Defines the interrupt output behavior.
79 Bit(0-3) 0 means irq pulse equals 512*internal clock
85 Bit(4) 1 means we invert the interrupt output.
93 - compatible
94 - reg
95 - "#sound-dai-cells"
100 - |
102 #address-cells = <1>;
103 #size-cells = <0>;
108 clock-names = "mclk";
109 #sound-dai-cells = <0>;
110 everest,mic1-src = [22];
111 everest,mic2-src = [44];
112 everest,jack-pol = [0e];
113 everest,interrupt-src = [08];
114 everest,interrupt-clk = [45];