Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 7877cb91f1081754a1487c144d85dc0d2e2e7fc4 authored by Linus Torvalds on 28 May 2023, 11:49:00 UTC
Linux 6.4-rc4
Tip revision: 7877cb9
sdhci-common.yaml
# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/mmc/sdhci-common.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: SDHCI Controller Common Properties

maintainers:
  - Adrian Hunter <adrian.hunter@intel.com>

description:
  Common properties present on Secure Digital Host Controller Interface (SDHCI)
  devices.

properties:
  sdhci-caps:
    $ref: /schemas/types.yaml#/definitions/uint64
    description:
      Additionally present SDHCI capabilities - values for SDHCI_CAPABILITIES
      and SDHCI_CAPABILITIES_1 registers.

  sdhci-caps-mask:
    $ref: /schemas/types.yaml#/definitions/uint64
    description:
      Masked SDHCI capabilities to remove from SDHCI_CAPABILITIES and
      SDHCI_CAPABILITIES_1 registers.

allOf:
  - $ref: mmc-controller.yaml#

additionalProperties: true
back to top