sdhci-common.yaml 860 B

1234567891011121314151617181920212223242526272829303132
  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. title: SDHCI Controller Common Properties
  7. maintainers:
  8. - Adrian Hunter <adrian.hunter@intel.com>
  9. description:
  10. Common properties present on Secure Digital Host Controller Interface (SDHCI)
  11. devices.
  12. properties:
  13. sdhci-caps:
  14. $ref: /schemas/types.yaml#/definitions/uint64
  15. description:
  16. Additionally present SDHCI capabilities - values for SDHCI_CAPABILITIES
  17. and SDHCI_CAPABILITIES_1 registers.
  18. sdhci-caps-mask:
  19. $ref: /schemas/types.yaml#/definitions/uint64
  20. description:
  21. Masked SDHCI capabilities to remove from SDHCI_CAPABILITIES and
  22. SDHCI_CAPABILITIES_1 registers.
  23. allOf:
  24. - $ref: mmc-controller.yaml#
  25. additionalProperties: true