1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 2 %YAML 1.2 3 --- 4 $id: http://devicetree.org/schemas/mmc/sdhci-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 7 title: SDHCI Controller Common Properties 8 9 maintainers: 10 - Adrian Hunter <adrian.hunter@intel.com> 11 12 description: 13 Common properties present on Secure Digital Host Controller Interface (SDHCI) 14 devices. 15 16 properties: 17 sdhci-caps: 18 $ref: /schemas/types.yaml#/definitions/uint64 19 description: 20 Additionally present SDHCI capabilities - values for SDHCI_CAPABILITIES 21 and SDHCI_CAPABILITIES_1 registers. 22 23 sdhci-caps-mask: 24 $ref: /schemas/types.yaml#/definitions/uint64 25 description: 26 Masked SDHCI capabilities to remove from SDHCI_CAPABILITIES and 27 SDHCI_CAPABILITIES_1 registers. 28 29 allOf: 30 - $ref: mmc-controller.yaml# 31 32 additionalProperties: true
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.