Searched +full:power +full:- +full:gpios (Results 1 – 25 of 367) sorted by relevance
12345678910>>...15
/Zephyr-latest/tests/subsys/pm/device_driver_init/ |
D | app.overlay | 3 compatible = "power-domain-gpio"; 4 enable-gpios = <&gpio0 0 0>; 5 #power-domain-cells = <0>; 9 compatible = "power-domain-gpio"; 10 enable-gpios = <&gpio0 1 0>; 11 power-domains = <&test_reg>; 12 #power-domain-cells = <0>; 16 compatible = "power-domain-gpio"; 17 enable-gpios = <&gpio0 2 0>; 18 power-domains = <&test_reg>; [all …]
|
/Zephyr-latest/dts/bindings/lora/ |
D | semtech,sx127x-base.yaml | 3 # SPDX-License-Identifier: Apache-2.0 5 include: spi-device.yaml 8 reset-gpios: 9 type: phandle-array 14 This signal is open-drain, active-high (SX1272/3) or 15 active-low (SX1276/7/8/9) as interpreted by the modem. 17 dio-gpios: 18 type: phandle-array 23 These signals are normally active-high. 25 power-amplifier-output: [all …]
|
D | semtech,sx126x-base.yaml | 3 # SPDX-License-Identifier: Apache-2.0 5 include: spi-device.yaml 8 reset-gpios: 9 type: phandle-array 13 This signal is open-drain, active-low as interpreted by the 16 busy-gpios: 17 type: phandle-array 21 antenna-enable-gpios: 22 type: phandle-array 24 Antenna power enable pin. [all …]
|
/Zephyr-latest/tests/drivers/build_all/modem/ |
D | uart.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 11 mdm-reset-gpios = <&test_gpio 0 0>; 12 mdm-wake-gpios = <&test_gpio 0 0>; 13 mdm-pwr-on-gpios = <&test_gpio 0 0>; 14 mdm-fast-shutd-gpios = <&test_gpio 0 0>; 15 mdm-uart-dsr-gpios = <&test_gpio 0 0>; 16 mdm-uart-cts-gpios = <&test_gpio 0 0>; 17 mdm-gpio6-gpios = <&test_gpio 0 0>; 18 mdm-vgpio-gpios = <&test_gpio 0 0>; 23 mdm-boot-mode-sel-gpios = <&test_gpio 0 0>; [all …]
|
/Zephyr-latest/tests/subsys/pm/device_power_domains/ |
D | app.overlay | 3 compatible = "power-domain-gpio"; 4 enable-gpios = <&gpio0 0 0>; 5 #power-domain-cells = <0>; 9 compatible = "power-domain-gpio"; 10 enable-gpios = <&gpio0 1 0>; 11 #power-domain-cells = <0>; 15 compatible = "power-domain-gpio"; 16 enable-gpios = <&gpio0 2 0>; 17 power-domains = <&test_reg_0>; 18 #power-domain-cells = <0>; [all …]
|
/Zephyr-latest/dts/bindings/base/ |
D | power.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 # Properties for nodes with controllable power supplies. 7 supply-gpios: 8 type: phandle-array 10 GPIO specifier that controls power to the device. 13 switch that controls power to the device. The supply state is 16 Contrast with vin-supply. 18 vin-supply: 21 Reference to the regulator that controls power to the device. 24 This property should be provided when device power is supplied [all …]
|
/Zephyr-latest/samples/drivers/espi/dts/bindings/ |
D | mec15xx-board-power.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 compatible: "microchip,mec15xx-board-power" 7 This binding provides MEC15xx board gpio power rails resources to 9 GPIOs required before performing a eSPI host-slave handshake 12 pwrg-gpios: 13 type: phandle-array 16 Board GPIO input used to detect that power rails are stable. 18 rsm-gpios: 19 type: phandle-array 23 power has stabilized and bare minimum initialization in eSPI slave
|
D | mec172x-board-power.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 compatible: "microchip,mec172x-board-power" 7 This binding provides MEC172x board gpio power rails resources to 9 GPIOs required before performing a eSPI host-slave handshake 12 pwrg-gpios: 13 type: phandle-array 16 Board GPIO input used to detect that power rails are stable. 18 rsm-gpios: 19 type: phandle-array 23 power has stabilized and bare minimum initialization in eSPI slave
|
/Zephyr-latest/dts/bindings/mfd/ |
D | infineon,tle9104.yaml | 4 # SPDX-License-Identifier: Apache-2.0 7 description: Infineon TLE9104 4-channel powertrain switch 11 include: spi-device.yaml 16 en-gpios: 17 type: phandle-array 20 resn-gpios: 21 type: phandle-array 24 in1-gpios: 25 type: phandle-array 28 in2-gpios: [all …]
|
/Zephyr-latest/dts/bindings/mipi-dbi/ |
D | st,mipi-dbi-fmc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 compatible: "st,stm32-fmc-mipi-dbi" 7 include: ["mipi-dbi-controller.yaml"] 10 reset-gpios: 11 type: phandle-array 15 power-gpios: 16 type: phandle-array 18 Power GPIO pin. Set high to power the display. 20 register-select-pin:
|
/Zephyr-latest/boards/particle/boron/ |
D | particle_boron.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <zephyr/dt-bindings/gpio/gpio.h> 11 #include "particle_boron-pinctrl.dtsi" 19 vctl1-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; 21 * single inverter gate -- requires a definition below, 23 vctl2-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>; 26 /* Power to the level shifter for uart1 */ 27 en_buff_pwr: enable-buff-pwr { 28 compatible = "regulator-fixed"; [all …]
|
/Zephyr-latest/tests/drivers/build_all/power_domain/ |
D | app.overlay | 3 * SPDX-License-Identifier: Apache-2.0 8 #address-cells = <1>; 9 #size-cells = <1>; 13 gpio-controller; 15 #gpio-cells = <0x2>; 20 compatible = "power-domain-gpio"; 21 enable-gpios = <&test_gpio 0 0>; 22 #power-domain-cells = <0>; 23 zephyr,pm-device-runtime-auto; 27 compatible = "power-domain-gpio-monitor"; [all …]
|
/Zephyr-latest/boards/adi/apard32690/ |
D | apard32690_max32690_m4.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <adi/max32/max32690-pinctrl.dtsi> 11 #include <zephyr/dt-bindings/gpio/adi-max32-gpio.h> 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 model = "Analog Devices AD-APARD32690-SL"; 20 zephyr,shell-uart = &uart0; 26 compatible = "gpio-leds"; 28 gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>; 32 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/dts/arm/seeed_studio/ |
D | lora-e5.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <st/wl/stm32wle5jcix-pinctrl.dtsi> 11 clock-frequency = <DT_FREQ_M(32)>; 12 hse-tcxo; 16 clock-frequency = <32768>; 23 tx-enable-gpios = <&gpioa 4 GPIO_ACTIVE_LOW>; 24 rx-enable-gpios = <&gpioa 5 GPIO_ACTIVE_LOW>; 25 dio3-tcxo-voltage = <SX126X_DIO3_TCXO_1V7>; 26 tcxo-power-startup-delay-ms = <5>; 27 power-amplifier-output = "rfo-hp"; [all …]
|
/Zephyr-latest/dts/bindings/iio/afe/ |
D | voltage-divider.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 compatible: "voltage-divider" 13 io-channels: 18 output-ohms: 24 full-ohms: 30 resistance-based sensor. 32 power-gpios: 33 type: phandle-array 35 Control power to the voltage divider inputs. 40 power-on-sample-delay-us: [all …]
|
/Zephyr-latest/boards/st/nucleo_wl55jc/ |
D | nucleo_wl55jc.dts | 2 * Copyright (c) 2020-2024 STMicroelectronics 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/wl/stm32wl55jcix-pinctrl.dtsi> 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 model = "STMicroelectronics STM32WL55JC-NUCLEO board"; 16 compatible = "st,stm32wl55-nucleo"; 20 zephyr,shell-uart = &lpuart1; 23 zephyr,code-partition = &slot0_partition; 27 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/dts/bindings/ieee802154/ |
D | atmel,rf2xx.yaml | 1 # Copyright (c) 2019-2020 Gerson Fernando Budke <nandojve@gmail.com> 2 # SPDX-License-Identifier: Apache-2.0 8 include: spi-device.yaml 11 irq-gpios: 12 type: phandle-array 15 reset-gpios: 16 type: phandle-array 19 slptr-gpios: 20 type: phandle-array 23 Multi-functional pin that controls sleep, deep sleep, transmit [all …]
|
/Zephyr-latest/dts/bindings/modem/ |
D | quectel,bg9x.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: uart-device.yaml 11 mdm-power-gpios: 12 type: phandle-array 15 mdm-reset-gpios: 16 type: phandle-array 18 mdm-dtr-gpios: 19 type: phandle-array 21 mdm-wdisable-gpios: 22 type: phandle-array
|
D | telit,me910g1.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: uart-device.yaml 11 mdm-power-gpios: 12 type: phandle-array 15 mdm-reset-gpios: 16 type: phandle-array 19 mdm-dtr-gpios: 20 type: phandle-array 22 mdm-ri-gpios: 23 type: phandle-array
|
D | wnc,m14a2a.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: WNC-M14A2A LTE-M modem 8 include: uart-device.yaml 11 mdm-boot-mode-sel-gpios: 12 type: phandle-array 15 mdm-power-gpios: 16 type: phandle-array 19 mdm-keep-awake-gpios: 20 type: phandle-array 23 mdm-reset-gpios: [all …]
|
/Zephyr-latest/boards/shields/wnc_m14a2a/boards/ |
D | nrf52840dk_nrf52840.overlay | 4 * SPDX-License-Identifier: Apache-2.0 23 low-power-enable; 29 * WNC-M14A2A shield uses an odd UART available on *some* Arduino-R3-compatible 33 current-speed = <115200>; 34 hw-flow-control; 37 pinctrl-0 = <&uart1_default_alt>; 38 pinctrl-1 = <&uart1_sleep_alt>; 39 pinctrl-names = "default", "sleep"; 44 mdm-boot-mode-sel-gpios = <&arduino_header 7 GPIO_ACTIVE_HIGH>; /* D1 */ 45 mdm-power-gpios = <&arduino_header 8 GPIO_ACTIVE_LOW>; /* D2 */ [all …]
|
/Zephyr-latest/boards/arduino/opta/dts/bindings/ |
D | gpio-power-switches.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 or other kinds of power switches controlled by a GPIO. Each power 7 switch is defined in a child node of the gpio-power-switches node. 9 compatible: "gpio-power-switches" 11 child-binding: 12 description: GPIO power switch child node 14 gpios: 15 type: phandle-array
|
/Zephyr-latest/dts/arm/rakwireless/ |
D | rak3172.dtsi | 3 * SPDX-License-Identifier: Apache-2.0 7 #include <st/wl/stm32wle5ccux-pinctrl.dtsi> 10 clock-frequency = <DT_FREQ_M(32)>; 14 clock-frequency = <32768>; 21 tx-enable-gpios = <&gpiob 8 GPIO_ACTIVE_LOW>; 22 rx-enable-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; 23 power-amplifier-output = "rfo-hp"; 24 rfo-hp-max-power = <22>;
|
/Zephyr-latest/dts/bindings/power-domain/ |
D | power-domain-gpio-monitor.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Simple monitorig power domain 7 This power domain monitors the state of a GPIO pin to detect whether a power 8 rail is on/off. Therefore, performing resume/suspend on power domain won't 9 change physical state of power rails and that action won't be triggered on 11 pending transaction won't be interrupted by power state change. 13 compatible: "power-domain-gpio-monitor" 15 include: power-domain.yaml 18 gpios: 19 type: phandle-array [all …]
|
/Zephyr-latest/dts/arm/olimex/ |
D | bb-stm32wl.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <st/wl/stm32wle5jcix-pinctrl.dtsi> 11 clock-frequency = <32768>; 22 tx-enable-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; /* FE_CTRL1 */ 23 rx-enable-gpios = <&gpiob 8 GPIO_ACTIVE_LOW>; /* FE_CTRL2 */ 24 power-amplifier-output = "rfo-lp"; 25 rfo-lp-max-power = <14>;
|
12345678910>>...15