Lines Matching +full:over +full:- +full:current +full:- +full:active +full:- +full:low
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Johan Hovold <johan@kernel.org>
11 - Linus Walleij <linus.walleij@linaro.org>
14 Broadcom GPS chips can be used over the UART or I2C bus. The UART
20 - $ref: gnss-common.yaml#
21 - $ref: /schemas/serial/serial-peripheral-props.yaml#
26 - brcm,bcm4751
27 - brcm,bcm4752
28 - brcm,bcm4753
34 vdd-auxin-supply:
39 vddio-supply:
43 reset-gpios:
45 description: An optional active low reset line, should be flagged with
48 enable-gpios:
50 If the line is active low such as NSTANDBY, it should be tagged
54 - compatible
55 - enable-gpios
60 - |
61 #include <dt-bindings/gpio/gpio.h>
65 vdd-auxin-supply = <&vbat>;
66 reset-gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
67 enable-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
68 current-speed = <38400>;