Lines Matching +full:single +full:- +full:channel
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Yasin Lee <yasin.lee.x@gmail.com>
29 vdd-supply: true
31 "#address-cells":
34 "#size-cells":
38 "^channel@[0-4]$":
47 description: The channel number.
50 - compatible
51 - reg
52 - vdd-supply
57 - |
58 #include <dt-bindings/interrupt-controller/irq.h>
60 #address-cells = <1>;
61 #size-cells = <0>;
65 interrupt-parent = <&pio>;
67 vdd-supply = <&pp1800_prox>;
69 #address-cells = <1>;
70 #size-cells = <0>;
72 channel@0 {
74 single-channel = <0>;
76 channel@1 {
78 single-channel = <1>;
80 channel@2 {
82 single-channel = <2>;
84 channel@3 {
86 diff-channels = <1 0>;
88 channel@4 {
90 diff-channels = <2 0>;