Lines Matching +full:dual +full:- +full:channel
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Microchip MCP3911 Dual channel analog front end (ADC)
11 - Marcus Folkesson <marcus.folkesson@gmail.com>
12 - Kent Gustavsson <nedo80@gmail.com>
15 Bindings for the Microchip MCP3911 Dual channel ADC device. Datasheet can be
21 - microchip,mcp3910
22 - microchip,mcp3911
23 - microchip,mcp3912
24 - microchip,mcp3913
25 - microchip,mcp3914
26 - microchip,mcp3918
27 - microchip,mcp3919
32 spi-max-frequency:
35 reset-gpios:
48 microchip,data-ready-hiz:
51 true = The DR pin state is high-impedance
55 microchip,device-addr:
61 vref-supply:
67 - compatible
68 - reg
71 - $ref: /schemas/spi/spi-peripheral-props.yaml#
76 - |
77 #include <dt-bindings/gpio/gpio.h>
79 #address-cells = <1>;
80 #size-cells = <0>;
85 interrupt-parent = <&gpio5>;
87 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
88 spi-max-frequency = <20000000>;
89 microchip,device-addr = <0>;
90 vref-supply = <&vref_reg>;