Lines Matching +full:drive +full:- +full:open +full:- +full:drain
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rui Miguel Silva <rmfrfs@gmail.com>
14 http://www.nxp.com/products/sensors/gyroscopes/3-axis-digital-gyroscope:FXAS21002C
23 vdd-supply:
26 vddio-supply:
29 reset-gpios:
38 interrupt-names:
43 - INT1
44 - INT2
46 drive-open-drain:
48 description: the interrupt/data ready line will be configured as open drain,
52 spi-max-frequency:
56 - compatible
57 - reg
60 - $ref: /schemas/spi/spi-peripheral-props.yaml#
65 - |
66 #include <dt-bindings/interrupt-controller/irq.h>
69 #address-cells = <1>;
70 #size-cells = <0>;
76 vdd-supply = <®_peri_3p15v>;
77 vddio-supply = <®_peri_3p15v>;
79 interrupt-parent = <&gpio1>;
81 interrupt-names = "INT1";
85 #address-cells = <1>;
86 #size-cells = <0>;
92 spi-max-frequency = <2000000>;
94 interrupt-parent = <&gpio2>;
96 interrupt-names = "INT2";