Home
last modified time | relevance | path

Searched +full:- +full:gpios (Results 1 – 25 of 1080) sorted by relevance

12345678910>>...44

/Zephyr-latest/tests/drivers/build_all/modem/
Duart.dtsi4 * 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/dts/bindings/sound/
Dcirrus,cs47l63.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: Cirrus Logic CS47L63 Low-Power Audio DSP
8 include: spi-device.yaml
14 irq-gpios:
15 type: phandle-array
19 reset-gpios:
20 type: phandle-array
24 gpio1-gpios:
25 type: phandle-array
27 GPIO1 input with bus-keeper
[all …]
/Zephyr-latest/dts/bindings/stepper/ti/
Dti,drv8424.yaml1 # SPDX-FileCopyrightText: Copyright (c) 2024 Navimatix GmbH
2 # SPDX-License-Identifier: Apache-2.0
18 dir-gpios = <&arduino_header 18 0>;
19 step-gpios = <&arduino_header 19 0>;
20 sleep-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>;
21 en-gpios = <&arduino_header 14 0>;
22 m0-gpios = <&mikroe_stepper_gpios 0 0>;
23 m1-gpios = <&mikroe_stepper_gpios 1 0>;
31 - name: stepper-controller.yaml
32 property-allowlist:
[all …]
/Zephyr-latest/tests/drivers/build_all/stepper/
Dgpio.dtsi3 * SPDX-License-Identifier: Apache-2.0
7 compatible = "zephyr,gpio-stepper";
9 micro-step-res = <1>;
10 gpios = <&test_gpio 0 0>,
19 micro-step-res = <1>;
20 msx-gpios = <&test_gpio 0 0>,
22 en-gpios = <&test_gpio 0 0>;
23 step-gpios = <&test_gpio 0 0>;
24 dir-gpios = <&test_gpio 0 0>;
32 dir-gpios = <&test_gpio 0 0>;
[all …]
/Zephyr-latest/dts/bindings/modem/
Dswir,hl7800.yaml4 # SPDX-License-Identifier: Apache-2.0
11 include: uart-device.yaml
14 mdm-wake-gpios:
15 type: phandle-array
18 mdm-reset-gpios:
19 type: phandle-array
22 mdm-pwr-on-gpios:
23 type: phandle-array
26 mdm-fast-shutd-gpios:
27 type: phandle-array
[all …]
/Zephyr-latest/boards/snps/em_starterkit/
Dboard.dtsi1 /* SPDX-License-Identifier: Apache-2.0 */
4 #include <zephyr/dt-bindings/input/input-event-codes.h>
23 compatible = "gpio-leds";
25 gpios = <&gpio1 0 0>;
29 gpios = <&gpio1 1 0>;
33 gpios = <&gpio1 2 0>;
37 gpios = <&gpio1 3 0>;
41 gpios = <&gpio1 4 0>;
45 gpios = <&gpio1 5 0>;
49 gpios = <&gpio1 6 0>;
[all …]
/Zephyr-latest/tests/drivers/build_all/ieee802154/boards/
Dnative_sim.overlay5 * SPDX-License-Identifier: Apache-2.0
10 #address-cells = <1>;
11 #size-cells = <1>;
15 gpio-controller;
17 #gpio-cells = <0x2>;
22 #address-cells = <1>;
23 #size-cells = <0>;
27 clock-frequency = <2000000>;
30 cs-gpios = <&test_gpio 0 0>,
38 spi-max-frequency = <0>;
[all …]
/Zephyr-latest/dts/bindings/net/wireless/
Dnordic,nrf-radio.yaml2 # SPDX-License-Identifier: Apache-2.0
15 Front-End Module (FEM) support
16 ------------------------------
18 External front-end modules are range extenders used for boosting
27 nrf_radio_fem: my-fem {
34 - generic-fem-two-ctrl-pins
35 - nordic,nrf21540-fem
41 ---------------------------
44 The 'dfe-supported' property will be set when it is available.
45 In this case, the 'dfegpio[n]-gpios' properties configure GPIO pins
[all …]
Dnordic,nrf21540-fem.yaml2 # SPDX-License-Identifier: Apache-2.0
6 This is a representation of the nRF21540 Radio Front-End module.
8 See the "nordic,nrf21540-fem-spi" binding to configure the SPI
11 the FEM and SPI configurations using the spi-if property.
17 compatible = "nordic,nrf-spim";
19 cs-gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
22 my_spi_if: nrf21540-spi@0 {
23 compatible = "nordic,nrf21540-fem-spi";
25 spi-max-frequency = <8000000>;
30 compatible = "nordic,nrf21540-fem";
[all …]
/Zephyr-latest/dts/bindings/gpio/
Dnordic,nrf-gpio-forwarder.yaml2 # SPDX-License-Identifier: Apache-2.0
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>;
28 Since the nRF21540 Front-End module should be controlled by the nRF5340
[all …]
/Zephyr-latest/boards/andestech/adp_xc7k_ae350/
Dadp_xc7k_ae350.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
13 model = "Andes ADP-XC7K AE350";
17 gpio-0 = &gpio0;
18 counter-0 = &pit0;
19 i2c-0 = &i2c0;
23 eeprom-0 = &eeprom;
28 zephyr,shell-uart = &uart1;
31 zephyr,flash-controller = &mx25u16;
[all …]
/Zephyr-latest/boards/snps/emsdp/
Dboard.dtsi1 /* SPDX-License-Identifier: Apache-2.0 */
3 #include <zephyr/dt-bindings/input/input-event-codes.h>
22 compatible = "gpio-leds";
24 gpios = <&gpio1 0 0>;
28 gpios = <&gpio1 1 0>;
32 gpios = <&gpio1 2 0>;
36 gpios = <&gpio1 3 0>;
40 gpios = <&gpio1 4 0>;
44 gpios = <&gpio1 5 0>;
48 gpios = <&gpio1 6 0>;
[all …]
/Zephyr-latest/tests/drivers/build_all/sensor/
Dspi.dtsi4 * SPDX-License-Identifier: Apache-2.0
16 spi-max-frequency = <0>;
17 int1-gpios = <&test_gpio 0 0>;
23 spi-max-frequency = <0>;
24 int1-gpios = <&test_gpio 0 0>;
30 spi-max-frequency = <0>;
36 spi-max-frequency = <0>;
37 int-gpios = <&test_gpio 0 0>;
43 spi-max-frequency = <0>;
49 spi-max-frequency = <0>;
[all …]
Di2c.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/sensor/lsm6dsv16x.h>
10 #include <zephyr/dt-bindings/sensor/lsm6dso.h>
11 #include <zephyr/dt-bindings/sensor/lsm6dso16is.h>
12 #include <zephyr/dt-bindings/sensor/lps22hh.h>
13 #include <zephyr/dt-bindings/sensor/lps2xdf.h>
14 #include <zephyr/dt-bindings/sensor/lis2ds12.h>
15 #include <zephyr/dt-bindings/sensor/lis2dw12.h>
16 #include <zephyr/dt-bindings/sensor/ism330dhcx.h>
17 #include <zephyr/dt-bindings/sensor/iis2dlpc.h>
[all …]
/Zephyr-latest/tests/drivers/build_all/fpga/
Dspi.dtsi4 * SPDX-License-Identifier: Apache-2.0
11 compatible = "lattice,ice40-fpga-bitbang";
14 spi-max-frequency = <1000000>;
16 cdone-gpios = <&test_gpio 0 0>;
17 creset-gpios = <&test_gpio 0 0>;
18 clk-gpios = <&test_gpio 0 0>;
19 pico-gpios = <&test_gpio 0 0>;
20 gpios-set-reg = <0>;
21 gpios-clear-reg = <0>;
22 config-delay-us = <3900>;
[all …]
/Zephyr-latest/samples/bluetooth/hci_uart/boards/
Dnrf5340_audio_dk_nrf5340_cpuapp_nrf21540_ek.overlay1 /* 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 …]
/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,tmc2209.yaml1 # SPDX-FileCopyrightText: Copyright (c) 2024 Fabian Blatz <fabianblatz@gmail.com>
2 # SPDX-License-Identifier: Apache-2.0
10 enable-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
11 msx-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>,
13 step-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
14 dir-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
15 dual-edge-step;
21 - name: stepper-controller.yaml
22 property-allowlist:
23 - micro-step-res
[all …]
/Zephyr-latest/dts/bindings/ieee802154/
Dti,cc2520.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: spi-device.yaml
11 vreg-en-gpios:
12 type: phandle-array
15 reset-gpios:
16 type: phandle-array
19 fifo-gpios:
20 type: phandle-array
23 cca-gpios:
24 type: phandle-array
[all …]
/Zephyr-latest/dts/bindings/lora/
Dsemtech,sx127x-base.yaml3 # 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 …]
/Zephyr-latest/boards/arm/mps3/
Dmps3_common.dtsi2 * Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
4 * SPDX-License-Identifier: Apache-2.0
7 /* /dts-v1/; */
9 #include <arm/armv8.1-m.dtsi>
10 #include <zephyr/dt-bindings/i2c/i2c.h>
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
12 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
24 compatible = "gpio-leds";
26 gpios = <&gpio_led0 0>;
30 gpios = <&gpio_led0 1>;
[all …]
/Zephyr-latest/samples/shields/npm1300_ek/
Dnrf52dk_nrf52832.overlay3 * SPDX-License-Identifier: Apache-2.0
7 bias-pull-up;
12 dvs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>,
17 regulator-init-microvolt = <2000000>;
21 regulator-init-microvolt = <3300000>;
22 retention-microvolt = <2500000>;
23 enable-gpios = <&npm1300_ek_gpio 1 GPIO_ACTIVE_LOW>;
24 retention-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_HIGH>;
25 pwm-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_LOW>;
29 regulator-initial-mode = <NPM1300_LDSW_MODE_LDO>;
[all …]
/Zephyr-latest/tests/drivers/gpio/gpio_hogs/boards/
Dmr_canhubk3.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/gpio/gpio.h>
11 output-high-gpios = <&gpioa_h 0 GPIO_ACTIVE_LOW>;
12 output-low-gpios = <&gpioa_h 3 GPIO_ACTIVE_HIGH>;
13 input-gpios = <&gpioa_h 1 GPIO_ACTIVE_HIGH>;
19 gpio-hog;
20 gpios = <0 GPIO_ACTIVE_LOW>;
21 output-high;
25 gpio-hog;
26 gpios = <1 GPIO_ACTIVE_HIGH>;
[all …]
Ducans32k1sic.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/gpio/gpio.h>
11 output-high-gpios = <&gpioa 3 GPIO_ACTIVE_LOW>;
12 output-low-gpios = <&gpioa 2 GPIO_ACTIVE_HIGH>;
13 input-gpios = <&gpioa 1 GPIO_ACTIVE_HIGH>;
19 gpio-hog;
20 gpios = <3 GPIO_ACTIVE_LOW>;
21 output-high;
25 gpio-hog;
26 gpios = <1 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/dts/bindings/fpga/
Dlattice,ice40-fpga-bitbang.yaml3 # SPDX-License-Identifier: Apache-2.0
7 compatible: "lattice,ice40-fpga-bitbang"
9 include: lattice,ice40-fpga-base.yaml
12 clk-gpios:
13 type: phandle-array
18 clk-gpios = <&gpio0 5 GPIO_PUSH_PULL>;
19 pico-gpios:
20 type: phandle-array
23 Peripheral-In Controller-Out GPIO input on iCE40.
25 pico-gpios = <&gpio0 7 GPIO_PUSH_PULL>;
[all …]
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/dts/bindings/
Dtest-gpio-basic-api.yaml4 # SPDX-License-Identifier: Apache-2.0
11 compatible: "test-gpio-basic-api"
14 out-gpios:
15 type: phandle-array
19 must be on the same device as in-gpios, and physically
20 connected to in-gpios.
22 in-gpios:
23 type: phandle-array
27 must be on the same device as out-gpios,and physically
28 connected to out-gpios.

12345678910>>...44