Lines Matching +full:ch3 +full:- +full:0
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Hugo Villeneuve <hvilleneuve@dimonoff.com>
25 vref-supply:
29 reset-gpios:
35 "#address-cells":
38 "#size-cells":
39 const: 0
41 "#io-channel-cells":
45 "^channel@[0-3]+$":
54 The channel number. It can have up to 4 channels numbered from 0 to 3.
56 - minimum: 0
62 - reg
69 - compatible
70 - reg
71 - vref-supply
72 - "#address-cells"
73 - "#size-cells"
76 - |
77 #include <dt-bindings/interrupt-controller/irq.h>
78 #include <dt-bindings/gpio/gpio.h>
80 #address-cells = <1>;
81 #size-cells = <0>;
85 reg = <0x48>;
86 vref-supply = <&ads7924_reg>;
87 reset-gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
89 interrupt-parent = <&gpio>;
90 #address-cells = <1>;
91 #size-cells = <0>;
92 channel@0 {
93 reg = <0>;
106 label = "CH3";