Home
last modified time | relevance | path

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

12

/Zephyr-latest/dts/bindings/regulator/
Dregulator-gpio.yaml2 # SPDX-License-Identifier: Apache-2.0
5 GPIO-controlled voltage of regulators
8 vccq_sd0: regulator-vccq-sd0 {
9 compatible = "regulator-gpio";
11 regulator-name = "SD0 VccQ";
12 regulator-min-microvolt = <1800000>;
13 regulator-max-microvolt = <3300000>;
15 enable-gpios = <&gpio5 3 GPIO_ACTIVE_HIGH>;
17 gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>, <&gpio5 2 GPIO_ACTIVE_HIGH>;
20 regulator-boot-on;
[all …]
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/
Dudoo_neo_full_mcimx6x_m4.overlay4 * SPDX-License-Identifier: Apache-2.0
9 compatible = "test-gpio-basic-api";
10 out-gpios = <&gpio5 14 0>; /* J4 pin 4 */
11 in-gpios = <&gpio5 15 0>; /* J4 pin 3 */
/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/boards/renesas/rcar_h3ulcb/
Drcar_h3ulcb_r8a77951_a57.dts4 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
11 #include <zephyr/dt-bindings/gpio/gpio.h>
12 #include "rcar_h3ulcb_r8a77951_a57-pinctrl.dtsi"
20 zephyr,shell-uart = &scif2;
24 device_type = "mmio-sram";
33 vcc_sd0: regulator-vcc-sd0 {
34 compatible = "regulator-fixed";
36 regulator-name = "SD0 Vcc";
37 regulator-min-microvolt = <3300000>;
[all …]
/Zephyr-latest/boards/phytec/phyboard_polis/
Dphyboard_polis_mimx8mm6_m4.dts2 * 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/dts/bindings/i2c/
Dti,tca954x-base.yaml2 # SPDX-License-Identifier: Apache-2.0
18 #address-cells = <1>;
19 #size-cells = <0>;
20 reset-gpios = <&gpio5 3 GPIO_ACTIVE_LOW>;
23 compatible: "ti,tca9546a-channel"
25 #address-cells = <1>;
26 #size-cells = <0>;
35 compatible: "ti,tca9546a-channel"
37 #address-cells = <1>;
38 #size-cells = <0>;
[all …]
/Zephyr-latest/boards/nxp/mimxrt595_evk/
Dmimxrt595_evk_mimxrt595s_cm33.dts2 * Copyright 2022-2023, NXP
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
12 #include "mimxrt595_evk_mimxrt595s_cm33-pinctrl.dtsi"
16 model = "NXP MIMXRT595-EVK board";
25 usart-0 = &flexcomm0;
30 pwm-0 = &sc_timer;
31 dmic-dev = &dmic0;
32 mcuboot-button0 = &user_button_1;
[all …]
/Zephyr-latest/boards/infineon/xmc47_relax_kit/
Dxmc47_relax_kit.dts2 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
11 #include <infineon/cat3/xmc/xmc4700_F144x2048-intc.dtsi>
12 #include <zephyr/dt-bindings/pwm/pwm.h>
13 #include "xmc47_relax_kit-pinctrl.dtsi"
22 die-temp0 = &die_temp;
23 pwm-led0 = &pwm_led1;
29 compatible = "gpio-leds";
32 gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>;
35 gpios = <&gpio5 8 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/boards/nxp/vmu_rt1170/
Dvmu_rt1170_mimxrt1176_cm7.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <zephyr/dt-bindings/led/led.h>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
24 pwm-led0 = &buzzer0;
25 mcuboot-button0 = &arming_button;
34 zephyr,shell-uart = &lpuart1;
36 zephyr,flash-controller = &mx25um51345g;
38 zephyr,code-partition = &slot0_partition;
39 zephyr,uart-mcumgr = &lpuart1;
[all …]
Dvmu_rt1170.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include "vmu_rt1170-pinctrl.dtsi"
19 compatible = "gpio-leds";
20 green_led: led-1 {
21 gpios = <&gpio5 2 GPIO_ACTIVE_HIGH>;
25 red_led: led-2 {
26 gpios = <&gpio5 1 GPIO_ACTIVE_LOW>;
30 blue_led: led-3 {
31 gpios = <&gpio1 13 GPIO_ACTIVE_LOW>;
43 pinctrl-0 = <&pinmux_lpuart1>;
[all …]
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_max32.c2 * Copyright (c) 2023-2024 Analog Devices, Inc.
4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/max32-pinctrl.h>
17 static const uint32_t gpios[] = { variable
23 ADI_MAX32_GET_PORT_ADDR_OR_NONE(gpio5)
39 if (gpios[port] == 0) { in pinctrl_configure_pin()
40 return -EINVAL; in pinctrl_configure_pin()
43 gpio_cfg.port = (mxc_gpio_regs_t *)gpios[port]; in pinctrl_configure_pin()
72 return -ENOTSUP; in pinctrl_configure_pin()
/Zephyr-latest/boards/udoo/udoo_neo_full/
Dudoo_neo_full_mcimx6x_m4.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
28 #include "udoo_neo_full-pinctrl.dtsi"
42 zephyr,shell-uart = &uart5;
46 compatible = "gpio-leds";
48 gpios = <&gpio4 6 0>;
56 current-speed = <115200>;
57 modem-mode = <0>;
58 pinctrl-0 = <&uart5_default>;
59 pinctrl-names = "default";
[all …]
/Zephyr-latest/dts/bindings/gpio/
Dadi,max22190-gpio.yaml3 # SPDX-License-Identifier: Apache-2.0
10 filter-wbes = <CH0 CH1 CH2 ... CH7 > for wire break
12 filter-fbps and filter-delays.
16 pinctrl-names = "default";
18 compatible = "adi,max22190-gpio";
21 spi-max-frequency = <1000000>;
24 gpio-controller;
25 #gpio-cells = <2>;
29 max22190-mode = <1>; // modes range from 0-4
31 drdy-gpios = <&gpioj 12 GPIO_ACTIVE_LOW>; /* SDP-GPIO5 - PMOD-PIN8 */
[all …]
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/
Dmimxrt1062_fmurt6.dts2 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "mimxrt1062_fmurt6-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/pwm/pwm.h>
25 telem4-gps2 = &lpuart5;
29 zephyr,flash-controller = &s26ks512s0;
31 zephyr,code-partition = &slot0_partition;
32 zephyr,uart-mcumgr = &lpuart7;
37 zephyr,shell-uart = &lpuart7;
42 compatible = "gpio-leds";
[all …]
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dmimxrt1170_evk.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include "mimxrt1170_evk-pinctrl.dtsi"
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 pwm-led0 = &green_pwm_led;
20 mcuboot-button0 = &user_button;
24 compatible = "gpio-leds";
25 green_led: led-1 {
26 gpios = <&gpio9 3 GPIO_ACTIVE_HIGH>;
30 red_led: led-2 {
31 gpios = <&gpio9 25 GPIO_ACTIVE_LOW>;
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dadi-sdp-120.h5 * SPDX-License-Identifier: Apache-2.0
8 * @brief SDP-120 GPIO index definitions
10 * Defines meant to be used in conjunction with the "adi,sdp-120"
11 * ADI SDP-120 mapping.
17 * cs-gpios = <&sdp_120 SDP_120_SPI_SS_N GPIO_ACTIVE_LOW>;
19 * example_device: example-dev@0 {
20 * compatible = "vnd,spi-device";
33 * @brief IO[n] signal on a SDP-120 GPIO nexus node following
36 #define SDP_120_IO(n) (n-1)
65 #define SDP_120_GPIO5 SDP_120_IO(76) /* GPIO5 */
[all …]
/Zephyr-latest/boards/nxp/mimxrt1024_evk/
Dmimxrt1024_evk.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "mimxrt1024_evk-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "NXP MIMXRT1024-EVK board";
24 mcuboot-button0 = &user_button;
28 zephyr,flash-controller = &w25q32jvwj0;
30 zephyr,code-partition = &slot0_partition;
31 zephyr,uart-mcumgr = &lpuart1;
36 zephyr,shell-uart = &lpuart1;
[all …]
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "mimxrt1050_evk-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "NXP MIMXRT1050-EVK board";
24 mcuboot-button0 = &user_button;
31 zephyr,uart-mcumgr = &lpuart1;
33 zephyr,shell-uart = &lpuart1;
37 /* Micron MT48LC16M16A2B4-6AIT:G */
47 nxp_parallel_lcd_connector: parallel-connector {
[all …]
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/
Dindex.rst6 The ESP32-Ethernet-Kit is an Ethernet-to-Wi-Fi development board that enables
7 Ethernet devices to be interconnected over Wi-Fi. At the same time, to provide
8 more flexible power supply options, the ESP32-Ethernet-Kit also supports power
11 .. _get-started-esp32-ethernet-kit-v1.2-overview:
13 ESP32-Ethernet-Kit is an ESP32-WROVER-E based development.
14 For more information, check the datasheet at `ESP32-WROVER-E Datasheet`_.
17 board B. The `Ethernet Board (A)`_ contains Bluetooth/Wi-Fi dual-mode
18 ESP32-WROVER-E module and IP101GRI, a Single Port 10/100 Fast Ethernet
23 .. _get-started-esp32-ethernet-kit-v1.2:
25 .. figure:: img/esp32-ethernet-kit-v1.2.jpg
[all …]
/Zephyr-latest/boards/nxp/mimxrt1020_evk/
Dmimxrt1020_evk.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "mimxrt1020_evk-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "NXP MIMXRT1020-EVK board";
21 mcuboot-button0 = &user_button;
25 zephyr,flash-controller = &is25lp064;
27 zephyr,code-partition = &slot0_partition;
28 zephyr,uart-mcumgr = &lpuart1;
33 zephyr,shell-uart = &lpuart1;
[all …]
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt1015.dtsi5 * SPDX-License-Identifier: Apache-2.0
11 flexram,num-ram-banks = <5>;
15 flexram,bank-spec = <FLEXRAM_OCRAM>,
23 clock-frequency = <500000000>;
39 ipg-podf {
40 clock-div = <4>;
49 /delete-node/ &lpspi3;
50 /delete-node/ &lpspi4;
55 /delete-node/ adc@400C8000;
56 /* GPIOS 4 and 6-9 are not preset on RT1015 */
[all …]
Dnxp_rt1020.dtsi5 * SPDX-License-Identifier: Apache-2.0
11 flexram,num-ram-banks = <8>;
13 flexram,bank-spec = <FLEXRAM_OCRAM>,
24 clock-frequency = <500000000>;
40 ipg-podf {
41 clock-div = <4>;
51 /* GPIOS 4 and 6-9 are not preset on RT1020 */
52 /delete-node/ gpio@401c4000;
53 /delete-node/ gpio@42000000;
54 /delete-node/ gpio@42004000;
[all …]
Dnxp_rt1024.dtsi5 * SPDX-License-Identifier: Apache-2.0
11 flexram,num-ram-banks = <8>;
13 flexram,bank-spec = <FLEXRAM_OCRAM>,
24 clock-frequency = <500000000>;
45 ipg-podf {
46 clock-div = <4>;
55 compatible = "nxp,imx-flexspi-nor";
58 spi-max-frequency = <133000000>;
60 jedec-id = [9d 70 17];
61 erase-block-size = <DT_SIZE_K(4)>;
[all …]
/Zephyr-latest/boards/nxp/mimxrt1040_evk/
Dmimxrt1040_evk.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "mimxrt1040_evk-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "NXP MIMXRT1040-EVK board";
20 pwm-0 = &flexpwm1_pwm3;
22 mcuboot-button0 = &user_button;
30 zephyr,shell-uart = &lpuart1;
32 zephyr,flash-controller = &w25q64jvssiq;
33 zephyr,code-partition = &slot0_partition;
[all …]
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "mimxrt1060_evk-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "NXP MIMXRT1060-EVK board";
19 pwm-led0 = &green_pwm_led;
23 mcuboot-button0 = &user_button;
30 zephyr,uart-mcumgr = &lpuart1;
32 zephyr,shell-uart = &lpuart1;
37 /* Micron MT48LC16M16A2B4-6AIT:G */
[all …]

12