Lines Matching +full:mmc +full:-
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/mmc-spi-slot.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MMC/SD/SDIO slot directly connected to a SPI bus
10 - Ulf Hansson <ulf.hansson@linaro.org>
13 - $ref: mmc-controller.yaml
14 - $ref: /schemas/spi/spi-peripheral-props.yaml
17 The extra properties used by an mmc connected via SPI.
21 const: mmc-spi-slot
29 voltage-ranges:
30 $ref: /schemas/types.yaml#/definitions/uint32-array
35 - description: |
38 - description: |
44 For historical reasons, this does not follow the generic mmc-controller
48 - description: Card-Detect GPIO
49 - description: Write-Protect GPIO
52 - compatible
53 - reg
54 - spi-max-frequency
59 - |
60 #include <dt-bindings/gpio/gpio.h>
62 #address-cells = <1>;
63 #size-cells = <0>;
64 mmc@0 {
65 compatible = "mmc-spi-slot";
68 voltage-ranges = <3300 3300>;
69 spi-max-frequency = <50000000>;
71 interrupt-parent = <&PIC>;