Home
last modified time | relevance | path

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

1234

/Zephyr-latest/dts/bindings/sdhc/
Dnxp,imx-usdhc.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nxp,imx-usdhc"
8 include: [sdhc.yaml, pinctrl-device.yaml]
14 data-timeout:
18 Data timeout, as multiple of the SD clock. See DTOCV field of USDHC
20 read-watermark:
26 write-watermark:
41 pwr-gpios:
42 type: phandle-array
45 This pin defaults to active high when consumed by the SD card. The
[all …]
Dzephyr,sdhc-spi-slot.yaml3 compatible: "zephyr,sdhc-spi-slot"
5 include: [spi-device.yaml]
8 power-delay-ms:
12 Time in ms for SPI SDHC to delay when toggling power to the SD card. This
16 spi-clock-mode-cpol:
22 spi-clock-mode-cpha:
26 on the clock's polarity. When mode-cpol is set and this option as well,
30 pwr-gpios:
31 type: phandle-array
37 bus: sd
Datmel,sam-hsmci.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: ATMEL (Microchip) SAM HSMCI SD host controller
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
Despressif,esp32-sdhc-slot.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "espressif,esp32-sdhc-slot"
8 include: [sdhc.yaml, pinctrl-device.yaml]
14 pinctrl-0:
17 pinctrl-names:
20 bus-width:
23 - 1
24 - 4
26 description: SD bus width in bits
28 clk-pin:
[all …]
Drenesas,ra-sdhc.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "renesas,ra-sdhc"
9 include: [sdhc.yaml, pinctrl-device.yaml]
16 bus-width:
19 - 1
20 - 4
23 sd-support:
26 mmc-support:
29 card-detect:
32 write-protect:
[all …]
/Zephyr-latest/boards/hardkernel/odroid_go/
Dodroid_go_procpu.dts4 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #include "odroid_go-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "ODROID-GO Game Kit PROCPU";
20 zephyr,shell-uart = &uart0;
22 zephyr,code-partition = &slot0_partition;
24 zephyr,bt-hci = &esp32_bt_hci;
28 compatible = "gpio-leds";
30 gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/samples/sensor/fdc2x1x/boards/
Dnrf9160dk_nrf9160.overlay4 * SPDX-License-Identifier: Apache-2.0
8 clock-frequency = <I2C_BITRATE_FAST>;
12 sd-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
13 intb-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
22 fref-divider = <1>;
24 fin-sel = <2>;
31 fref-divider = <1>;
33 fin-sel = <2>;
/Zephyr-latest/doc/services/storage/disk/
Daccess.rst14 Since many disk devices (such as SD cards) are hotpluggable, the disk access
15 API provides IOCTLs to initialize and de-initialize the disk. They are
22 * :c:macro:`DISK_IOCTL_CTRL_DEINIT`: De-initialize the disk. Once this IOCTL
26 Init/deinit IOCTL calls are balanced, so a disk will not de-initialize until
29 It is also possible to force a disk de-initialization by passing a
35 Note that de-initializing a disk is a low level operation- typically the
36 de-initialization and initialization calls should be left to the filesystem
38 de-initialize the disk and can instead call :c:func:`fs_unmount`
40 SD Card support
43 Zephyr has support for some SD card controllers and support for interfacing
[all …]
/Zephyr-latest/boards/shields/sparkfun_carrier_asset_tracker/
Dsparkfun_carrier_asset_tracker.overlay4 * SPDX-License-Identifier: Apache-2.0
9 modem-uart = &micromod_1_uart;
15 current-speed = <115200>;
16 hw-flow-control;
20 compatible = "u-blox,sara-r5";
21 mdm-power-gpios = <&micromod_header 7 0>; /* G2 */
22 mdm-reset-gpios = <&micromod_header 12 0>; /* D6 */
30 cs-gpios = <&micromod_header 5 GPIO_ACTIVE_LOW>;
33 compatible = "zephyr,sdhc-spi-slot";
37 compatible = "zephyr,sdmmc-disk";
[all …]
/Zephyr-latest/boards/shields/adafruit_data_logger/
Dadafruit_data_logger.overlay2 * Copyright (c) 2019-2023 Henrik Brix Andersen <henrik@brixandersen.dk>
4 * SPDX-License-Identifier: Apache-2.0
13 compatible = "gpio-leds";
19 gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>; /* D3 */
27 gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH>; /* D4 */
36 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
39 compatible = "zephyr,sdhc-spi-slot";
41 spi-max-frequency = <24000000>;
45 compatible = "zephyr,sdmmc-disk";
46 disk-name = "SD";
[all …]
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840_blip.overlay4 * SPDX-License-Identifier: Apache-2.0
9 cs-gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
12 compatible = "zephyr,sdhc-spi-slot";
16 compatible = "zephyr,sdmmc-disk";
17 disk-name = "SD";
20 spi-max-frequency = <24000000>;
/Zephyr-latest/boards/st/sensortile_box_pro/
Dsensortile_box_pro.dts4 * 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/m5stack/m5stack_cores3/
Dm5stack_cores3_procpu_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 #include "m5stack_cores3-pinctrl.dtsi"
17 zephyr,shell-uart = &usb_serial;
19 zephyr,code-partition = &slot0_partition;
21 zephyr,bt-hci = &esp32_bt_hci;
26 uart-0 = &uart0;
27 uart-1 = &uart1;
28 uart-2 = &uart2;
29 i2c-0 = &i2c0;
30 i2c-1 = &i2c1;
[all …]
/Zephyr-latest/boards/shields/waveshare_epaper/dts/
Dwaveshare_epaper_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>, /* D10 */
13 compatible = "zephyr,sdhc-spi-slot";
16 spi-max-frequency = <24000000>;
18 compatible = "zephyr,sdmmc-disk";
19 disk-name = "SD";
/Zephyr-latest/boards/ezurio/mg100/
Dmg100.dts5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
10 #include "mg100-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 zephyr,shell-uart = &uart0;
20 zephyr,uart-mcumgr = &uart0;
21 zephyr,bt-mon-uart = &uart0;
24 zephyr,code-partition = &slot0_partition;
29 compatible = "gpio-leds";
31 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/boards/m5stack/m5stack_core2/
Dm5stack_core2_procpu.dts4 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #include "m5stack_core2-pinctrl.dtsi"
12 #include <zephyr/dt-bindings/display/ili9xxx.h>
13 #include <zephyr/dt-bindings/regulator/axp192.h>
21 pwr-led = &pwr_led;
22 uart-0 = &uart0;
23 i2c-0 = &i2c0;
33 zephyr,shell-uart = &uart0;
36 zephyr,code-partition = &slot0_partition;
[all …]
/Zephyr-latest/boards/nxp/rddrone_fmuk66/
Drddrone_fmuk66.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <zephyr/dt-bindings/pwm/pwm.h>
11 #include "rddrone_fmuk66-pinctrl.dtsi"
21 pwm-led0 = &red_pwm_led;
22 pwm-led1 = &green_pwm_led;
23 pwm-led2 = &blue_pwm_led;
25 red-pwm-led = &red_pwm_led;
26 green-pwm-led = &green_pwm_led;
27 blue-pwm-led = &blue_pwm_led;
[all …]
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/
Dseeed_xiao_expansion_board.overlay3 * 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;
42 com-invdir;
[all …]
/Zephyr-latest/boards/contextualelectronics/abc/
Dcontextualelectronics_abc.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "contextualelectronics_abc-pinctrl.dtsi"
14 compatible = "nordic,nrf52840-ble-cell";
18 zephyr,shell-uart = &uart0;
27 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
31 gpio-as-nreset;
47 compatible = "nordic,nrf-uart";
49 current-speed = <115200>;
51 pinctrl-0 = <&uart0_default>;
[all …]
/Zephyr-latest/boards/lilygo/ttgo_t8s3/
Dttgo_t8s3_procpu.dts4 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #include "ttgo_t8s3-pinctrl.dtsi"
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 #include <zephyr/dt-bindings/input/esp32-touch-sensor-input.h>
19 i2c-0 = &i2c0;
22 uart-0 = &uart0;
30 /* zephyr,shell-uart = &uart0; */
32 zephyr,shell-uart = &usb_serial;
34 zephyr,code-partition = &slot0_partition;
[all …]
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/
Dadafruit_2_8_tft_touch_v2.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/display/ili9xxx.h>
16 compatible = "zephyr,lvgl-pointer-input";
18 swap-xy;
19 invert-x;
20 invert-y;
24 compatible = "zephyr,mipi-dbi-spi";
25 spi-dev = <&arduino_spi>;
26 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
27 write-only;
[all …]
/Zephyr-latest/boards/pjrc/teensy4/
Dteensy41.dts4 * SPDX-License-Identifier: Apache-2.0
13 zephyr,flash-controller = &w25q64jvxgim;
18 /delete-node/ &w25q16jvuxim;
25 compatible = "nxp,imx-flexspi-nor";
28 spi-max-frequency = <DT_FREQ_M(133)>;
30 jedec-id = [ef 70 17];
32 erase-block-size = <4096>;
33 write-block-size = <1>;
39 pinctrl-0 = <&pinmux_enet>;
40 pinctrl-names = "default";
[all …]
/Zephyr-latest/boards/shields/seeed_xiao_round_display/
Dseeed_xiao_round_display.overlay4 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/dt-bindings/display/panel.h>
17 compatible = "voltage-divider";
18 io-channels = <&xiao_adc 0>;
19 output-ohms = <470000>;
20 full-ohms = <940000>;
24 compatible = "zephyr,lvgl-pointer-input";
33 compatible = "zephyr,mipi-dbi-spi";
34 spi-dev = <&xiao_spi>;
35 dc-gpios = <&xiao_d 3 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/boards/lilygo/ttgo_lora32/
Dttgo_lora32_esp32_procpu.dts4 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #include "ttgo_lora32-pinctrl.dtsi"
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 compatible = "lilygo,ttgo-lora32";
19 uart-0 = &uart0;
20 i2c-0 = &i2c0;
29 zephyr,shell-uart = &uart0;
31 zephyr,code-partition = &slot0_partition;
37 compatible = "gpio-leds";
[all …]
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_whd_hal_sdio.c5 * SPDX-License-Identifier: Apache-2.0
14 #include <zephyr/sd/sd.h>
42 struct airoc_wifi_data *data = dev->data; in airoc_wifi_init_primary()
43 const struct airoc_wifi_config *config = dev->config; in airoc_wifi_init_primary()
52 .host_oob_pin = (void *)&config->wifi_host_wake_gpio, in airoc_wifi_init_primary()
62 return -ENODEV; in airoc_wifi_init_primary()
65 if (!device_is_ready(config->bus_dev.bus_sdio)) { in airoc_wifi_init_primary()
67 return -ENODEV; in airoc_wifi_init_primary()
70 ret = sd_init(config->bus_dev.bus_sdio, &data->card); in airoc_wifi_init_primary()
76 ret = sdio_init_func(&data->card, &data->sdio_func1, BACKPLANE_FUNCTION); in airoc_wifi_init_primary()
[all …]

1234