| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/mmc/amlogic,meson-mx-sdhc.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Amlogic Meson SDHC controller |
| - $ref: mmc-controller.yaml |
| - Martin Blumenstingl <martin.blumenstingl@googlemail.com> |
| The SDHC MMC host controller on Amlogic SoCs provides an eMMC and MMC |
| card interface with 1/4/8-bit bus width. |
| It supports eMMC spec 4.4x/4.5x including HS200 (up to 100MHz clock). |
| - const: amlogic,meson-mx-sdhc |
| unevaluatedProperties: false |
| #include <dt-bindings/interrupt-controller/irq.h> |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| compatible = "amlogic,meson8-sdhc", "amlogic,meson-mx-sdhc"; |
| interrupts = <GIC_SPI 78 IRQ_TYPE_EDGE_RISING>; |
| clock-names = "clkin0", "clkin1", "clkin2", "clkin3", "pclk"; |