1*8bab661aSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 2*8bab661aSEmmanuel Vadot%YAML 1.2 3*8bab661aSEmmanuel Vadot--- 4*8bab661aSEmmanuel Vadot$id: http://devicetree.org/schemas/mmc/sdhci-common.yaml# 5*8bab661aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*8bab661aSEmmanuel Vadot 7*8bab661aSEmmanuel Vadottitle: SDHCI Controller Common Properties 8*8bab661aSEmmanuel Vadot 9*8bab661aSEmmanuel Vadotmaintainers: 10*8bab661aSEmmanuel Vadot - Adrian Hunter <adrian.hunter@intel.com> 11*8bab661aSEmmanuel Vadot 12*8bab661aSEmmanuel Vadotdescription: 13*8bab661aSEmmanuel Vadot Common properties present on Secure Digital Host Controller Interface (SDHCI) 14*8bab661aSEmmanuel Vadot devices. 15*8bab661aSEmmanuel Vadot 16*8bab661aSEmmanuel Vadotproperties: 17*8bab661aSEmmanuel Vadot sdhci-caps: 18*8bab661aSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint64 19*8bab661aSEmmanuel Vadot description: 20*8bab661aSEmmanuel Vadot Additionally present SDHCI capabilities - values for SDHCI_CAPABILITIES 21*8bab661aSEmmanuel Vadot and SDHCI_CAPABILITIES_1 registers. 22*8bab661aSEmmanuel Vadot 23*8bab661aSEmmanuel Vadot sdhci-caps-mask: 24*8bab661aSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint64 25*8bab661aSEmmanuel Vadot description: 26*8bab661aSEmmanuel Vadot Masked SDHCI capabilities to remove from SDHCI_CAPABILITIES and 27*8bab661aSEmmanuel Vadot SDHCI_CAPABILITIES_1 registers. 28*8bab661aSEmmanuel Vadot 29*8bab661aSEmmanuel VadotallOf: 30*8bab661aSEmmanuel Vadot - $ref: mmc-controller.yaml# 31*8bab661aSEmmanuel Vadot 32*8bab661aSEmmanuel VadotadditionalProperties: true 33