Lines Matching +full:vddio +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices ADXL380/382 3-Axis Digital Accelerometer
10 - Ramona Gradinariu <ramona.gradinariu@analog.com>
11 - Antoniu Miclaus <antoniu.miclaus@analog.com>
14 The ADXL380/ADXL382 is a low noise density, low power, 3-axis
24 - adi,adxl380
25 - adi,adxl382
34 interrupt-names:
37 - enum: [INT0, INT1]
38 - const: INT1
40 vddio-supply: true
42 vsupply-supply: true
45 - compatible
46 - reg
47 - interrupts
48 - interrupt-names
49 - vddio-supply
50 - vsupply-supply
53 - $ref: /schemas/spi/spi-peripheral-props.yaml#
58 - |
59 #include <dt-bindings/interrupt-controller/irq.h>
62 #address-cells = <1>;
63 #size-cells = <0>;
68 vddio-supply = <&vddio>;
69 vsupply-supply = <&vsupply>;
70 interrupt-parent = <&gpio>;
72 interrupt-names = "INT0";
75 - |
76 #include <dt-bindings/interrupt-controller/irq.h>
79 #address-cells = <1>;
80 #size-cells = <0>;
85 spi-max-frequency = <8000000>;
86 vddio-supply = <&vddio>;
87 vsupply-supply = <&vsupply>;
88 interrupt-parent = <&gpio>;
90 interrupt-names = "INT0";