Home
last modified time | relevance | path

Searched +full:gpio0 +full:- +full:enable (Results 1 – 25 of 115) sorted by relevance

12345

/Zephyr-latest/dts/bindings/adc/
Dmaxim,max1125x-base.yaml3 include: [adc-controller.yaml, spi-device.yaml]
6 "#io-channel-cells":
8 gpio0-enable:
10 description: this option for gpio0 enable or disable
11 gpio1-enable:
13 description: this option for gpio1 enable or disable
14 gpio0-direction:
16 description: this option for gpio0 direction enable for input, disable for output
17 gpio1-direction:
19 description: this option for gpio0 direction enable for input, disable for output
[all …]
/Zephyr-latest/tests/subsys/pm/device_driver_init/
Dapp.overlay3 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/tests/subsys/lorawan/frag_decoder/boards/
Dnative_sim.overlay4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/lora/sx126x.h>
13 zephyr,code-partition = &slot0_partition;
21 #address-cells = <1>;
22 #size-cells = <1>;
25 #address-cells = <1>;
26 #size-cells = <0>;
30 clock-frequency = <2000000>;
32 cs-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
38 reset-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
[all …]
/Zephyr-latest/tests/subsys/lorawan/clock_sync/boards/
Dnative_sim.overlay4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/lora/sx126x.h>
13 zephyr,code-partition = &slot0_partition;
21 #address-cells = <1>;
22 #size-cells = <1>;
25 #address-cells = <1>;
26 #size-cells = <0>;
30 clock-frequency = <2000000>;
32 cs-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
38 reset-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
[all …]
/Zephyr-latest/tests/subsys/pm/device_power_domains/
Dapp.overlay3 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/boards/innblue/innblue21/
Dinnblue21_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
6 #include "innblue21_common-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 zephyr,shell-uart = &uart0;
16 zephyr,uart-mcumgr = &uart0;
20 compatible = "gpio-leds";
22 gpios = <&gpio0 7 0>;
26 gpios = <&gpio0 6 0>;
30 gpios = <&gpio0 5 0>;
35 gpios = <&gpio0 4 0>;
[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>,
13 <&gpio0 18 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>;
[all …]
/Zephyr-latest/boards/raspberrypi/rpi_pico/
Drpi_pico_rp2040_w.dts2 * Copyright (c) 2023 Dave Rensberger - Beechwoods Software
5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
10 #include "rpi_pico-common.dtsi"
24 input-enable;
33 input-enable;
42 compatible = "raspberrypi,pico-spi-pio";
44 #address-cells = <1>;
45 #size-cells = <0>;
46 cs-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
[all …]
/Zephyr-latest/samples/bluetooth/direction_finding_central/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /* Enable pin forwarding to network core. The selected pins will be used by
14 dfe-gpio-if {
15 gpios = <&gpio0 4 0>,
16 <&gpio0 5 0>,
17 <&gpio0 6 0>,
18 <&gpio0 7 0>;
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /* Enable pin forwarding to network core. The selected pins will be used by
14 dfe-gpio-if {
15 gpios = <&gpio0 4 0>,
16 <&gpio0 5 0>,
17 <&gpio0 6 0>,
18 <&gpio0 7 0>;
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /* Enable pin forwarding to network core. The selected pins will be used by
14 dfe-gpio-if {
15 gpios = <&gpio0 4 0>,
16 <&gpio0 5 0>,
17 <&gpio0 6 0>,
18 <&gpio0 7 0>;
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /* Enable pin forwarding to network core. The selected pins will be used by
14 dfe-gpio-if {
15 gpios = <&gpio0 4 0>,
16 <&gpio0 5 0>,
17 <&gpio0 6 0>,
18 <&gpio0 7 0>;
/Zephyr-latest/boards/particle/boron/
Dparticle_boron.dts4 * 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>;
27 en_buff_pwr: enable-buff-pwr {
28 compatible = "regulator-fixed";
29 regulator-name = "en_buff_pwr";
[all …]
/Zephyr-latest/boards/ezurio/rm1xx_dvk/
Drm1xx_dvk.dts5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
10 #include "rm1xx_dvk-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 zephyr,shell-uart = &uart0;
20 zephyr,bt-mon-uart = &uart0;
21 zephyr,bt-c2h-uart = &uart0;
24 zephyr,code-partition = &slot0_partition;
28 compatible = "gpio-keys";
30 gpios = <&gpio0 5 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
[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>,
12 <&gpio0 2 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:
[all …]
/Zephyr-latest/samples/sensor/bme280/
Drpi_pico_spi_pio.overlay9 input-enable;
18 pinctrl-0 = <&pio0_spi0_default>;
19 pinctrl-names = "default";
21 compatible = "raspberrypi,pico-spi-pio";
23 #address-cells = <1>;
24 #size-cells = <0>;
26 miso-gpios = <&gpio0 12 0>;
27 cs-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
28 clk-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
29 mosi-gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/boards/innblue/innblue22/
Dinnblue22_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
6 #include "innblue22_common-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 zephyr,shell-uart = &uart0;
16 zephyr,uart-mcumgr = &uart0;
20 compatible = "gpio-leds";
22 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
26 gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
30 gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
35 gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
[all …]
/Zephyr-latest/boards/bytesatwork/bytesensi_l/
Dbytesensi_l.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
12 #include <zephyr/dt-bindings/gpio/gpio.h>
16 compatible = "bytesatwork,bytesensi-l";
22 zephyr,code-partition = &slot0_partition;
35 compatible = "fixed-partitions";
36 #address-cells = <1>;
37 #size-cells = <1>;
44 label = "image-0";
48 label = "image-1";
[all …]
/Zephyr-latest/boards/actinius/icarus/
Dactinius_icarus_common_2_0_0.dtsi4 * SPDX-License-Identifier: Apache-2.0
19 low-power-enable;
27 cs-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
30 compatible = "jedec,spi-nor";
32 spi-max-frequency = <80000000>;
33 jedec-id = [ef 40 17];
35 has-dpd;
36 t-enter-dpd = <3500>;
37 t-exit-dpd = <3500>;
42 charger_enable: charger-enable {
[all …]
/Zephyr-latest/samples/sensor/magn_polling/boards/
Drpi_pico.overlay15 input-enable;
25 pinctrl-0 = <&pio0_spi0_default>;
26 pinctrl-names = "default";
28 compatible = "raspberrypi,pico-spi-pio";
30 #address-cells = <1>;
31 #size-cells = <0>;
33 miso-gpios = <&gpio0 8 0>;
34 cs-gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
35 clk-gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
36 mosi-gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/tests/drivers/gpio/gpio_enable_disable_interrupt/boards/
Dnative_sim.overlay4 * SPDX-License-Identifier: Apache-2.0
9 compatible = "test-gpio-enable-disable-interrupt";
10 irq-gpios = <&gpio0 0 0>; /* Pin 0 */
14 &gpio0 {
/Zephyr-latest/tests/drivers/regulator/fixed/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay3 * SPDX-License-Identifier: Apache-2.0
11 enable-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
15 check-gpios = <&gpio0 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
Dnrf9160dk_nrf9160.overlay3 * SPDX-License-Identifier: Apache-2.0
11 enable-gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
15 check-gpios = <&gpio0 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
20 /* Default-enabled Arduino UART steals the pins we want. */
/Zephyr-latest/boards/nordic/thingy52/
Dthingy52_nrf52832.dts6 * SPDX-License-Identifier: Apache-2.0
9 /dts-v1/;
11 #include "thingy52_nrf52832-pinctrl.dtsi"
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
16 compatible = "nordic,thingy52-nrf52832";
20 zephyr,shell-uart = &uart0;
21 zephyr,bt-mon-uart = &uart0;
22 zephyr,bt-c2h-uart = &uart0;
25 zephyr,code-partition = &slot0_partition;
39 compatible = "gpio-leds";
[all …]
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
6 #include "thingy53_nrf5340_common-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
8 #include <zephyr/dt-bindings/battery/battery.h>
12 zephyr,bt-hci-ipc = &ipc0;
13 zephyr,bt-hci = &bt_hci_ipc0;
14 nordic,802154-spinel-ipc = &ipc0;
19 compatible = "gpio-keys";
33 compatible = "gpio-leds";
49 compatible = "pwm-leds";
[all …]

12345