Lines Matching +full:int +full:- +full:pin
2 # 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:
21 type: int
23 - 1
24 - 4
28 clk-pin:
29 type: int
31 Clock pin for ESP32 and SoC models with fixed pins for SDIO.
33 using pin control (pinctrl-0 field).
35 cmd-pin:
36 type: int
38 Command pin for ESP32 and SoC models with fixed pins for SDIO.
40 using pin control (pinctrl-0 field).
42 d0-pin:
43 type: int
45 Data 0 pin for ESP32 and SoC models with fixed pins for SDIO.
47 using pin control (pinctrl-0 field).
49 d1-pin:
50 type: int
52 Data 1 pin for ESP32 and SoC models with fixed pins for SDIO.
54 using pin control (pinctrl-0 field).
56 d2-pin:
57 type: int
59 Data 2 pin for ESP32 and SoC models with fixed pins for SDIO.
61 using pin control (pinctrl-0 field).
63 d3-pin:
64 type: int
66 Data 3 pin for ESP32 and SoC models with fixed pins for SDIO.
68 using pin control (pinctrl-0 field).
70 pwr-gpios:
71 type: phandle-array
73 Power pin
74 This is a configurable pin to deliver power supply to the SD card.