Documentation/devicetree/bindings/mmc/nuvoton,ma35d1-sdhci.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/mmc/nuvoton,ma35d1-sdhci.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/mmc/nuvoton,ma35d1-sdhci.yaml
Extension
.yaml
Size
1913 bytes
Lines
88
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/mmc/nuvoton,ma35d1-sdhci.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Nuvoton MA35D1 SD/SDIO/MMC Controller

maintainers:
  - Shan-Chun Hung <shanchun1218@gmail.com>

allOf:
  - $ref: sdhci-common.yaml#

properties:
  compatible:
    enum:
      - nuvoton,ma35d1-sdhci

  reg:
    maxItems: 1

  interrupts:
    maxItems: 1

  clocks:
    maxItems: 1

  pinctrl-names:
    minItems: 1
    items:
      - const: default
      - const: state_uhs

  pinctrl-0:
    description:
      Should contain default/high speed pin ctrl.
    maxItems: 1

  pinctrl-1:
    description:
      Should contain uhs mode pin ctrl.
    maxItems: 1

  resets:
    maxItems: 1

  nuvoton,sys:
    $ref: /schemas/types.yaml#/definitions/phandle
    description: phandle to access GCR (Global Control Register) registers.

required:
  - compatible
  - reg
  - interrupts
  - clocks
  - pinctrl-names
  - pinctrl-0
  - resets
  - nuvoton,sys

unevaluatedProperties: false

examples:
  - |
    #include <dt-bindings/interrupt-controller/arm-gic.h>
    #include <dt-bindings/clock/nuvoton,ma35d1-clk.h>
    #include <dt-bindings/reset/nuvoton,ma35d1-reset.h>

    soc {

Annotation

Implementation Notes