Lines Matching +full:can +full:- +full:r8a7791
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/renesas,rcar-gyroadc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas R-Car GyroADC
10 - Marek Vasut <marek.vasut+renesas@gmail.com>
15 are sampled by the GyroADC block in a round-robin fashion and the result
23 - enum:
24 - renesas,r8a7791-gyroadc
25 - renesas,r8a7792-gyroadc
26 - const: renesas,rcar-gyroadc
34 clock-names:
37 power-domains: true
41 "#address-cells":
44 "#size-cells":
50 - compatible
51 - reg
52 - clocks
53 - clock-names
54 - "#address-cells"
55 - "#size-cells"
58 "@[0-7]$":
64 - Fujitsu MB88101A compatible mode,
65 12bit sampling, up to 4 channels can be sampled in round-robin
67 data as it contains four ADCs on the chip and thus for 4-channel
73 - TI ADCS7476 / TI ADC121 / ADI AD7476 compatible mode, 15bit
74 sampling, up to 8 channels can be sampled in round-robin
76 thus for 8-channel operation, 8 chips are required.
81 - Maxim MAX1162 / Maxim MAX11100 compatible mode, 16bit sampling,
82 up to 8 channels can be sampled in round-robin fashion. One
84 8-channel operation, 8 chips are required.
89 - adi,7476
90 - fujitsu,mb88101a
91 - maxim,max1162
92 - maxim,max11100
93 - ti,adcs7476
94 - ti,adc121
100 vref-supply: true
105 - compatible
106 - reg
107 - vref-supply
110 - |
111 #include <dt-bindings/clock/r8a7791-clock.h>
112 #include <dt-bindings/power/r8a7791-sysc.h>
114 #address-cells = <2>;
115 #size-cells = <2>;
118 compatible = "renesas,r8a7791-gyroadc", "renesas,rcar-gyroadc";
121 clock-names = "fck";
122 power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
124 pinctrl-0 = <&adc_pins>;
125 pinctrl-names = "default";
127 #address-cells = <1>;
128 #size-cells = <0>;
133 vref-supply = <&vref_max1162>;
139 vref-supply = <&vref_max1162>;