brintos

brintos / linux-shallow public Read only

0
0
Text · 860 B · 1664615 Raw
33 lines · yaml
1# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/mmc/sdhci-common.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: SDHCI Controller Common Properties8 9maintainers:10  - Adrian Hunter <adrian.hunter@intel.com>11 12description:13  Common properties present on Secure Digital Host Controller Interface (SDHCI)14  devices.15 16properties:17  sdhci-caps:18    $ref: /schemas/types.yaml#/definitions/uint6419    description:20      Additionally present SDHCI capabilities - values for SDHCI_CAPABILITIES21      and SDHCI_CAPABILITIES_1 registers.22 23  sdhci-caps-mask:24    $ref: /schemas/types.yaml#/definitions/uint6425    description:26      Masked SDHCI capabilities to remove from SDHCI_CAPABILITIES and27      SDHCI_CAPABILITIES_1 registers.28 29allOf:30  - $ref: mmc-controller.yaml#31 32additionalProperties: true33