Home
last modified time | relevance | path

Searched +full:gpio11 +full:- +full:gpios (Results 1 – 5 of 5) sorted by relevance

/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/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 …]
Dmimxrt1170_evk_mimxrt1176_cm7.dts2 * Copyright 2021-2022,2024 NXP
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
13 model = "NXP MIMXRT1170-EVK board";
17 mipi-dsi = &mipi_dsi;
26 zephyr,shell-uart = &lpuart1;
28 zephyr,flash-controller = &is25wp128;
30 zephyr,code-partition = &slot0_partition;
31 zephyr,uart-mcumgr = &lpuart1;
32 zephyr,cpu1-region = &ocram;
[all …]
/Zephyr-latest/boards/nxp/mimxrt1160_evk/
Dmimxrt1160_evk.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include "mimxrt1160_evk-pinctrl.dtsi"
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
18 mcuboot-button0 = &user_button;
22 compatible = "gpio-leds";
23 green_led: led-1 {
24 gpios = <&gpio9 3 GPIO_ACTIVE_LOW>;
30 compatible = "gpio-keys";
31 user_button: button-1 {
33 gpios = <&gpio13 0 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/boards/espressif/esp_wrover_kit/doc/
Dindex.rst6 ESP-WROVER-KIT is an ESP32-based development board produced by `Espressif <https://www.espressif.co…
8 ESP-WROVER-KIT features the following integrated components:
10 - ESP32-WROVER-E module
11 - LCD screen
12 - MicroSD card slot
14 Its another distinguishing feature is the embedded FTDI FT2232HL chip - an advanced multi-interface
16 without a separate JTAG debugger. ESP-WROVER-KIT makes development convenient, easy, and
17 cost-effective.
24 GPIOs are not broken out to the board's pin headers in order to ensure reliable performance.
26 For more information, check `ESP32-WROVER-E Datasheet`_ and `ESP32 Datasheet`_.
[all …]