Searched +full:cd +full:- +full:gpios (Results 1 – 25 of 47) sorted by relevance
12
/Zephyr-latest/dts/bindings/sdhc/ |
D | nxp,imx-usdhc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "nxp,imx-usdhc" 8 include: [sdhc.yaml, pinctrl-device.yaml] 14 data-timeout: 20 read-watermark: 26 write-watermark: 41 pwr-gpios: 42 type: phandle-array 49 cd-gpios: 50 type: phandle-array [all …]
|
D | atmel,sam-hsmci.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "atmel,sam-hsmci" 8 include: [sdhc.yaml, pinctrl-device.yaml] 14 pinctrl-0: 17 pinctrl-names: 23 cd-gpios: 24 type: phandle-array
|
/Zephyr-latest/dts/bindings/mmc/ |
D | renesas,rcar-emmc.yaml | 1 description: Renesas R-Car eMMC 3 compatible: "renesas,rcar-mmc" 5 include: [sdhc.yaml, mmc.yaml, pinctrl-device.yaml, reset-device.yaml] 14 pinctrl-0: 17 pinctrl-names: 20 max-bus-freq: 23 non-removable: 26 Non-removable slots (like eMMC), which are assumed to always be present, 30 mmc-sdr104-support: 33 cd-gpios: [all …]
|
D | st,stm32-sdmmc.yaml | 3 compatible: "st,stm32-sdmmc" 5 include: [mmc.yaml, pinctrl-device.yaml, reset-device.yaml] 17 pinctrl-0: 20 pinctrl-names: 23 cd-gpios: 24 type: phandle-array 27 pwr-gpios: 28 type: phandle-array 31 bus-width: 38 - 1 [all …]
|
/Zephyr-latest/boards/shields/st7789v_generic/ |
D | st7789v_tl019fqv01.overlay | 4 * SPDX-License-Identifier: Apache-2.0 6 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h> 14 compatible = "zephyr,mipi-dbi-spi"; 15 spi-dev = <&arduino_spi>; 16 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 17 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 18 write-only; 19 #address-cells = <1>; 20 #size-cells = <0>; 24 mipi-max-frequency = <20000000>; [all …]
|
D | st7789v_waveshare_240x240.overlay | 5 * SPDX-License-Identifier: Apache-2.0 8 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h> 16 compatible = "zephyr,mipi-dbi-spi"; 17 spi-dev = <&arduino_spi>; 18 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 19 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 20 write-only; 21 #address-cells = <1>; 22 #size-cells = <0>; 26 mipi-max-frequency = <20000000>; [all …]
|
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/ |
D | seeed_xiao_expansion_board.overlay | 2 * Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com> 3 * SPDX-License-Identifier: Apache-2.0 6 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 compatible = "gpio-keys"; 17 gpios = <&xiao_d 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; 37 segment-offset = <0>; 38 page-offset = <0>; 39 display-offset = <0>; 40 multiplex-ratio = <63>; 41 segment-remap; [all …]
|
/Zephyr-latest/boards/st/stm32f469i_disco/ |
D | stm32f469i_disco.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/f4/stm32f469nihx-pinctrl.dtsi> 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 model = "STMicroelectronics STM32F469I-DISCO board"; 15 compatible = "st,stm32f469i-disco"; 19 zephyr,shell-uart = &usart3; 26 compatible = "gpio-leds"; 28 gpios = <&gpiog 6 GPIO_ACTIVE_HIGH>; 32 gpios = <&gpiod 4 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/ |
D | yd_stm32h750vb.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h7/stm32h750vbtx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 13 model = "VCC-GND Studio STM32H750VB"; 20 spi-flash0 = &w25q128jv; 25 zephyr,shell-uart = &usart1; 28 zephyr,flash-controller = &w25q128jv; 32 compatible = "gpio-leds"; 34 gpios = <&gpioa 13 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/boards/weact/mini_stm32h743/ |
D | mini_stm32h743.dts | 2 * Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com> 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h7/stm32h743vitx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 11 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h> 15 compatible = "weact,mini-stm32h743"; 24 compatible = "gpio-leds"; 26 gpios = <&gpioe 3 GPIO_ACTIVE_HIGH>; 32 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/boards/weact/stm32f405_core/ |
D | weact_stm32f405_core.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/f4/stm32f405rgtx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 compatible = "weact,stm32f405-core", "st,stm32f405"; 18 zephyr,shell-uart = &usart1; 25 compatible = "gpio-leds"; 27 gpios = <&gpiob 2 GPIO_ACTIVE_HIGH>; 33 compatible = "gpio-keys"; 36 gpios = <&gpioc 13 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; [all …]
|
/Zephyr-latest/boards/madmachine/mm_swiftio/ |
D | mm_swiftio.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include "mm_swiftio-pinctrl.dtsi" 13 model = "MM MM-SWIFTIO board"; 28 zephyr,shell-uart = &lpuart1; 33 /* Micron MT48LC16M16A2B4-6AIT:G */ 39 compatible = "gpio-leds"; 41 gpios = <&gpio1 9 0>; 46 gpios = <&gpio1 10 0>; 51 gpios = <&gpio1 11 0>; [all …]
|
/Zephyr-latest/boards/madmachine/mm_feather/ |
D | mm_feather.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include "mm_feather-pinctrl.dtsi" 13 model = "MM MM-FEATHER board"; 28 zephyr,shell-uart = &lpuart1; 33 /* Micron MT48LC16M16A2B4-6AIT:G */ 39 compatible = "gpio-leds"; 41 gpios = <&gpio1 9 0>; 46 gpios = <&gpio1 10 0>; 51 gpios = <&gpio1 11 0>; [all …]
|
/Zephyr-latest/boards/pine64/pinetime_devkit0/ |
D | pinetime_devkit0.dts | 4 * SPDX-License-Identifier: Apache-2.0 6 * DTS for Pine64 PineTime DevKit-0 board 11 /dts-v1/; 13 #include "pinetime_devkit0-pinctrl.dtsi" 14 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h> 19 compatible = "pine64,pinetime-devkit0"; 23 zephyr,shell-uart = &uart0; 24 zephyr,bt-mon-uart = &uart0; 25 zephyr,bt-c2h-uart = &uart0; [all …]
|
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/ |
D | fk7b0m1_vbt6.dts | 2 * Copyright (c) 2023 Charles Dias <charlesdias.cd@outlook.com> 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h7/stm32h7b0vbtx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h> 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 model = "FANKE FK7B0M1-VBT6 board"; 15 compatible = "fanke,fk7b0m1-vbt6"; 19 zephyr,shell-uart = &usart1; 25 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/fanke/fk750m1_vbt6/ |
D | fk750m1_vbt6.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h7/stm32h750vbtx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h> 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h> 15 model = "FANKE FK750M1-VBT6 board"; 16 compatible = "fanke,fk750m1-vbt6"; 20 zephyr,shell-uart = &usart1; 27 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/weact/mini_stm32h7b0/ |
D | mini_stm32h7b0.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h7/stm32h7b0vbtx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 11 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h> 15 compatible = "weact,mini-stm32h7b0"; 19 zephyr,shell-uart = &usb_cdc_acm_uart; 26 compatible = "gpio-leds"; 28 gpios = <&gpioe 3 GPIO_ACTIVE_HIGH>; 34 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/boards/st/steval_stwinbx1/ |
D | steval_stwinbx1.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/u5/stm32u585aiixq-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 13 model = "STMicroelectronics STEVAL-STWINBX1 Development kit"; 19 zephyr,code-partition = &slot0_partition; 21 zephyr,bt-hci = &hci_spi; 25 compatible = "gpio-leds"; 27 gpios = <&gpioh 12 GPIO_ACTIVE_HIGH>; 31 gpios = <&gpioh 10 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | frdm_mcxn947.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 #include "frdm_mcxn947-pinctrl.dtsi" 8 #include <zephyr/dt-bindings/i2c/i2c.h> 9 #include <zephyr/dt-bindings/input/input-event-codes.h> 19 mcuboot-button0 = &user_button_2; 23 compatible = "gpio-leds"; 25 gpios = <&gpio0 27 GPIO_ACTIVE_LOW>; 30 gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; 35 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; 42 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/boards/st/nucleo_f722ze/ |
D | nucleo_f722ze.dts | 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 10 #include <st/f7/stm32f722z(c-e)tx-pinctrl.dtsi> 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 model = "STMicroelectronics STM32F722ZE-NUCLEO board"; 16 compatible = "st,stm32f722ze-nucleo"; 20 zephyr,shell-uart = &usart3; 25 zephyr,code-partition = &slot0_partition; 29 compatible = "gpio-leds"; 31 gpios = <&gpiob 0 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/boards/st/sensortile_box_pro/ |
D | sensortile_box_pro.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/u5/stm32u585aiixq-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 13 model = "STMicroelectronics SENSORTILE-BOX-PRO board"; 14 compatible = "st,sensortile-box-pro"; 19 zephyr,code-partition = &slot0_partition; 20 zephyr,bt-hci = &hci_spi; 24 compatible = "gpio-leds"; 26 gpios = <&gpiof 6 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/ |
D | goworld_16880_lcm.overlay | 1 #include <zephyr/dt-bindings/spi/spi.h> 10 compatible = "zephyr,lvgl-pointer-input"; 12 swap-xy; 13 invert-y; 19 nxp,swap-bytes; 21 nxp,timer0-ratio = <15>; 25 * - R125, R123, R12, R124, R15, R243, R239, R236, R233, R286, R246 27 * - R9, R11, R20, R19, R242, R241, R237, R235, R245 31 * ------------------------------- 39 * 8 | CD | J5.1 (LCD_SPI_DC) [all …]
|
/Zephyr-latest/boards/st/stm32f769i_disco/ |
D | stm32f769i_disco.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/f7/stm32f769nihx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h> 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 16 compatible = "st,stm32f769I-disco"; 20 zephyr,shell-uart = &usart1; 24 zephyr,flash-controller = &mx25l51245g; 29 compatible = "zephyr,memory-region", "mmio-sram"; 32 zephyr,memory-region = "SDRAM1"; [all …]
|
/Zephyr-latest/boards/st/stm32h735g_disco/ |
D | stm32h735g_disco.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/h7/stm32h735igkx-pinctrl.dtsi> 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 compatible = "st,stm32h735g-disco"; 19 zephyr,shell-uart = &usart3; 26 compatible = "gpio-leds"; 28 gpios = <&gpioc 2 GPIO_ACTIVE_LOW>; 32 gpios = <&gpioc 3 GPIO_ACTIVE_LOW>; 38 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/boards/nxp/mimxrt1024_evk/ |
D | mimxrt1024_evk.dts | 4 * 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 …]
|
12