Searched +full:control +full:- +full:gpios (Results 1 – 25 of 223) sorted by relevance
123456789
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | nrf9160dk_nrf52840.dts | 2 * Copyright (c) 2018-2020 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "nrf9160dk_nrf52840-pinctrl.dtsi" 15 compatible = "nordic,nrf9160-dk-nrf52840"; 19 zephyr,shell-uart = &uart0; 20 zephyr,uart-mcumgr = &uart0; 21 zephyr,bt-mon-uart = &uart0; 25 interface_to_nrf9160: gpio-interface { 26 compatible = "nordic,nrf9160dk-nrf52840-interface"; [all …]
|
D | nrf9160dk_nrf52840_0_14_0.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 board-control { 9 nrf_interface_pin_9_routing: switch-nrf-if9-ctrl { 10 compatible = "nordic,nrf9160dk-optional-routing"; 11 control-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>; 15 io_expander_pins_routing: switch-io-exp-en { 16 compatible = "nordic,nrf9160dk-optional-routing"; 17 control-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; 21 external_flash_pins_routing: switch-ext-mem-ctrl { 22 compatible = "nordic,nrf9160dk-optional-routing"; [all …]
|
/Zephyr-latest/boards/96boards/wistrio/dts/bindings/ |
D | qorvo,rfsw8001.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 RF2 and RF3 pins are used to control the behavior of the switch as detailed 7 in the "Switch Control Logic Table" in the datasheet. 14 rf1-gpios: 15 type: phandle-array 17 description: Pin used to control the RF1 switch 19 rf2-gpios: 20 type: phandle-array 22 description: Pin used to control the RF2 switch 24 rf3-gpios: [all …]
|
/Zephyr-latest/dts/bindings/wifi/ |
D | nordic,nrf70.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 iovdd-ctrl-gpios: 6 type: phandle-array 8 description: GPIO of the SoC controlling IO_VDD Control pin of the nRF70 10 bucken-gpios: 11 type: phandle-array 15 host-irq-gpios: 16 type: phandle-array 20 srrf-switch-gpios: 21 type: phandle-array [all …]
|
D | infineon,airoc-wifi.yaml | 4 # SPDX-License-Identifier: Apache-2.0 7 AIROC Wi-Fi Connectivity. 9 Example of enabling AIROC Wi-Fi device (for SDIO): 14 pinctrl-0 = <&p2_4_sdio_cmd &p2_5_sdio_clk &p2_0_sdio_data0 16 pinctrl-names = "default"; 19 airoc-wifi { 21 compatible = "infineon,airoc-wifi-sdio"; 23 /* Wi-Fi control gpios */ 24 wifi-reg-on-gpios = <&gpio_prt2 6 GPIO_ACTIVE_HIGH>; 25 wifi-host-wake-gpios = <&gpio_prt0 4 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nordic,nrf-gpio-forwarder.yaml | 2 # SPDX-License-Identifier: Apache-2.0 12 Once the control over selected GPIO pins is forwarded to it, the network 15 Here is an example of how a nrf-gpio-forwarder can be used with a nRF5340 16 combined with a nRF21540 Front-End module. Consider the following node 18 the details of the nRF21540 Front-End module's interface: 21 compatible = "nordic,nrf21540-fem"; 22 tx-en-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>; 23 rx-en-gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>; 24 pdn-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; 25 mode-gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/dts/bindings/usb/ |
D | ambiq,usb.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: [usb-ep.yaml, pinctrl-device.yaml, ambiq-pwrcfg.yaml] 20 vddusb33-gpios: 21 type: phandle-array 23 Control VDDUSB33 via GPIO pin. 25 vddusb0p9-gpios: 26 type: phandle-array 28 Control VDDUSB0P9 via GPIO pin.
|
/Zephyr-latest/dts/bindings/bluetooth/ |
D | nxp,bt-hci-uart.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 compatible: "nxp,bt-hci-uart" 12 sdio-reset-gpios: 13 type: phandle-array 16 w-disable-gpios: 17 type: phandle-array 20 hci-operation-speed: 24 bus/current-speed will be used as default. 26 hw-flow-control: 28 description: Set to enable RTS/CTS flow control for HCI. [all …]
|
D | infineon,cyw43xxx-bt-hci.yaml | 4 # SPDX-License-Identifier: Apache-2.0 14 current-speed = <115200>; 16 /* HCI-UART pins*/ 17 pinctrl-0 = <&p3_1_scb2_uart_tx &p3_0_scb2_uart_rx 19 pinctrl-names = "default"; 21 /* HW Flow control must be enabled for HCI H4 */ 22 hw-flow-control; 24 bt-hci { 26 compatible = "infineon,cyw43xxx-bt-hci"; 27 bt-reg-on-gpios = <&gpio_prt3 4 (GPIO_ACTIVE_HIGH)>; [all …]
|
/Zephyr-latest/samples/subsys/mgmt/osdp/ |
D | README.rst | 1 .. _osdp-sample: 6 Open Supervised Device Protocol (OSDP) is an IEC standard (IEC 60839-11-5) 7 intended to improve interoperability among access control and security products. 12 Devices (PD) to a Control Panel (CP) over a two-wire RS-485 multi-drop serial 19 too much resource requirements. The security is not top-notch (AES-128) but it 22 OSDP Supports the control of the following components on a PD: 24 - LED 25 - Buzzer 26 - Keypad 27 - Output (GPIOs) [all …]
|
/Zephyr-latest/dts/bindings/regulator/ |
D | nordic,npm1100.yaml | 2 # SPDX-License-Identifier: Apache-2.0 25 nordic,iset-gpios: 26 type: phandle-array 28 ISET control pin. 30 child-binding: 32 nordic,mode-gpios: 33 type: phandle-array 35 MODE control pin. 38 - name: regulator.yaml 39 property-allowlist: [all …]
|
/Zephyr-latest/boards/quicklogic/qomu/ |
D | qomu.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <zephyr/dt-bindings/pinctrl/quicklogic-eos-s3-pinctrl.h> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 19 zephyr,shell-uart = &uart1; 20 zephyr,uart-pipe = &uart1; 31 compatible = "gpio-leds"; 33 gpios = <&gpio 3 GPIO_ACTIVE_HIGH>; 38 gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; 43 gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/dts/bindings/modem/ |
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/dts/bindings/serial/ |
D | renesas,smartbond-uart.yaml | 3 compatible: "renesas,smartbond-uart" 5 include: [uart-controller.yaml, pinctrl-device.yaml] 14 periph-clock-config: 19 current-speed: 24 - 4800 25 - 9600 26 - 14400 27 - 19200 28 - 28800 29 - 38400 [all …]
|
/Zephyr-latest/samples/bluetooth/hci_uart/boards/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_nrf21540_ek.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 4 gpio_fwd: nrf-gpio-forwarder { 5 compatible = "nordic,nrf-gpio-forwarder"; 8 nrf21540-gpio-if { 9 gpios = <&arduino_header 11 0>, /* tx-en-gpios */ 10 <&arduino_header 9 0>, /* rx-en-gpios */ 11 <&arduino_header 15 0>, /* pdn-gpios */ 12 <&arduino_header 10 0>, /* ant-sel-gpios */ 13 <&arduino_header 8 0>; /* mode-gpios */ 16 nrf21540-spi-if { [all …]
|
D | nrf52833dk_nrf52833_df.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 compatible = "nordic,nrf-uarte"; 9 current-speed = <1000000>; 11 hw-flow-control; 19 dfe-antenna-num = <10>; 23 dfe-pdu-antenna = <0x0>; 29 dfegpio0-gpios = <&gpio0 3 0>; 30 dfegpio1-gpios = <&gpio0 4 0>; 31 dfegpio2-gpios = <&gpio0 28 0>; 32 dfegpio3-gpios = <&gpio0 29 0>;
|
D | nrf5340dk_nrf5340_cpunet_df.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 compatible = "nordic,nrf-uarte"; 9 current-speed = <1000000>; 11 hw-flow-control; 19 dfe-antenna-num = <10>; 23 dfe-pdu-antenna = <0x0>; 29 dfegpio0-gpios = <&gpio0 4 0>; 30 dfegpio1-gpios = <&gpio0 5 0>; 31 dfegpio2-gpios = <&gpio0 6 0>; 32 dfegpio3-gpios = <&gpio0 7 0>;
|
/Zephyr-latest/dts/bindings/mtd/ |
D | andestech,qspi-nor.yaml | 4 # SPDX-License-Identifier: Apache-2.0 7 compatible: "andestech,qspi-nor" 10 Properties supporting Zephyr qspi-nor flash driver control of 11 flash memories using the standard M25P80-based command set. 13 include: "jedec,spi-nor-common.yaml" 16 wp-gpios: 17 type: phandle-array 20 hold-gpios: 21 type: phandle-array 24 reset-gpios: [all …]
|
D | jedec,spi-nor.yaml | 3 # SPDX-License-Identifier: Apache-2.0 6 Properties supporting Zephyr spi-nor flash driver (over the Zephyr SPI 7 API) control of serial flash memories using the standard M25P80-based 10 compatible: "jedec,spi-nor" 12 include: [spi-device.yaml, "jedec,spi-nor-common.yaml"] 15 wp-gpios: 16 type: phandle-array 18 hold-gpios: 19 type: phandle-array 21 reset-gpios: [all …]
|
/Zephyr-latest/dts/bindings/net/wireless/ |
D | generic-fem-two-ctrl-pins.yaml | 1 # Copyright (c) 2020-2021 Nordic Semiconductor ASA 2 # SPDX-License-Identifier: Apache-2.0 5 This is a representation of generic radio Front-End Module (FEM) 6 that has a two-pin control interface (CTX, CRX). 8 The CTX control pin is used to enable the Power Amplifier (PA) in 12 The CRX control pin is used to enable the Low Noise Amplifier 18 corresponding settle-time-us property.) 20 compatible: "generic-fem-two-ctrl-pins" 25 ctx-gpios: 26 type: phandle-array [all …]
|
/Zephyr-latest/boards/shields/wnc_m14a2a/boards/ |
D | frdm_k64f.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 * WNC-M14A2A shield uses an odd UART available on *some* Arduino-R3-compatible 12 current-speed = <115200>; 13 hw-flow-control; 19 mdm-boot-mode-sel-gpios = <&arduino_header 7 GPIO_ACTIVE_HIGH>; /* D1 */ 20 mdm-power-gpios = <&arduino_header 8 GPIO_ACTIVE_LOW>; /* D2 */ 21 mdm-keep-awake-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>; /* D6 */ 22 mdm-reset-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>; /* D8 */ 23 mdm-shld-trans-ena-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
|
/Zephyr-latest/boards/nordic/nrf9160dk/dts/bindings/ |
D | nordic,nrf9160dk-optional-routing.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "nordic,nrf9160dk-optional-routing" 14 control-gpios: 15 type: phandle-array 18 GPIO to use to control the analog switch.
|
/Zephyr-latest/boards/phytec/phyboard_polis/ |
D | phyboard_polis_mimx8mm6_m4.dts | 2 * Copyright (c) 2022-2024 PHYTEC Messtechnik GmbH 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include "phyboard_polis-pinctrl.dtsi" 13 model = "phyBOARD-Polis i.MX8M Mini"; 17 uart-4 = &uart4; 18 uart-3 = &uart3; 19 uart-2 = &uart2; 20 uart-1 = &uart1; 28 zephyr,shell-uart = &uart4; [all …]
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/ |
D | intel_ehl_crb.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 * GPIO Settings -> GPIO_GPP_B -> GPP_B04 -> GPIO Skip -> Disable 9 * GPIO Settings -> GPIO_GPP_B -> GPP_B04 -> PadMode -> GPIO control of the pad 10 * GPIO Settings -> GPIO_GPP_B -> GPP_B04 -> HostSoftPadOwn -> Host ownership to GPIO Driver mode 11 * GPIO Settings -> GPIO_GPP_B -> GPP_B04 -> Direction -> DirOut 12 * GPIO Settings -> GPIO_GPP_B -> GPP_B04 -> LockConfig -> PadUnlock 13 * GPIO Settings -> GPIO_GPP_B -> GPP_B23 -> GPIO Skip -> Disable 14 * GPIO Settings -> GPIO_GPP_B -> GPP_B23 -> PadMode -> GPIO control of the pad 15 * GPIO Settings -> GPIO_GPP_B -> GPP_B23 -> HostSoftPadOwn -> Host ownership to GPIO Driver mode 16 * GPIO Settings -> GPIO_GPP_B -> GPP_B23 -> Direction -> DirIn [all …]
|
/Zephyr-latest/dts/bindings/display/ |
D | raydium,rm67162.yaml | 4 # SPDX-License-Identifier: Apache-2.0 11 include: [mipi-dsi-device.yaml, display-controller.yaml] 14 reset-gpios: 15 type: phandle-array 18 reset. The sensor receives this as an active-low signal. 20 bl-gpios: 21 type: phandle-array 23 The BLn pin is asserted to control the backlight of the panel. 24 The sensor receives this as an active-high signal. 26 te-gpios: [all …]
|
123456789