Lines Matching +full:sama5d2 +full:- +full:sdhci
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/atmel,sama5d2-sdhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Atmel SDHCI controller
10 - Aubin Constans <aubin.constans@microchip.com>
11 - Nicolas Ferre <nicolas.ferre@microchip.com>
14 Bindings for the SDHCI controller found in Atmel/Microchip SoCs.
19 - enum:
20 - atmel,sama5d2-sdhci
21 - microchip,sam9x60-sdhci
22 - items:
23 - enum:
24 - microchip,sam9x7-sdhci
25 - microchip,sama7g5-sdhci
26 - const: microchip,sam9x60-sdhci
36 - description: hclock
37 - description: multclk
38 - description: baseclk
41 clock-names:
43 - const: hclock
44 - const: multclk
45 - const: baseclk
48 microchip,sdcal-inverted:
53 SAMA5D2, the pin is usually tied to the GND with a resistor and a
57 - compatible
58 - reg
59 - interrupts
60 - clocks
61 - clock-names
64 - $ref: sdhci-common.yaml#
65 - if:
70 - atmel,sama5d2-sdhci
75 clock-names:
81 - |
82 #include <dt-bindings/interrupt-controller/irq.h>
83 #include <dt-bindings/clock/at91.h>
85 compatible = "atmel,sama5d2-sdhci";
89 clock-names = "hclock", "multclk", "baseclk";
90 assigned-clocks = <&sdmmc0_gclk>;
91 assigned-clock-rates = <480000000>;