Lines Matching +full:high +full:- +full:performance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Paul Handrigan <paulha@opensource.cirrus.com>
11 - patches@opensource.cirrus.com
14 The CS530X devices are a family of high performance audio ADCs.
17 - $ref: dai-common.yaml#
22 - cirrus,cs5302
23 - cirrus,cs5304
24 - cirrus,cs5308
29 '#sound-dai-cells':
32 reset-gpios:
35 vdd-a-supply:
38 vdd-io-supply:
41 cirrus,in-hiz-pin12:
43 Sets input channels one and two to high impedance.
46 cirrus,in-hiz-pin34:
48 Sets input channels three and four to high impedance.
51 cirrus,in-hiz-pin56:
53 Sets input channels five and six to high impedance.
56 cirrus,in-hiz-pin78:
58 Sets input channels seven and eight to high impedance.
62 - compatible
63 - reg
64 - "#sound-dai-cells"
69 - |
70 #include <dt-bindings/gpio/gpio.h>
73 #address-cells = <1>;
74 #size-cells = <0>;
79 #sound-dai-cells = <1>;
80 reset-gpios = <&gpio 110 GPIO_ACTIVE_LOW>;
81 vdd-a-supply = <&vreg>;
82 vdd-io-supply = <&vreg>;
83 cirrus,in-hiz-pin34;