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
62 - |
63 #include <dt-bindings/interrupt-controller/irq.h>
66 #address-cells = <1>;
67 #size-cells = <0>;
73 vdd-supply = <®_peri_3p15v>;
74 vddio-supply = <®_peri_3p15v>;
76 interrupt-parent = <&gpio1>;
78 interrupt-names = "INT1";
82 #address-cells = <1>;
83 #size-cells = <0>;
89 spi-max-frequency = <2000000>;
91 interrupt-parent = <&gpio2>;
93 interrupt-names = "INT2";