Lines Matching +full:sdcal +full:- +full:inverted
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#
10 - Aubin Constans <[email protected]>
11 - Nicolas Ferre <[email protected]>
19 - enum:
20 - atmel,sama5d2-sdhci
21 - microchip,sam9x60-sdhci
22 - items:
23 - enum:
24 - microchip,sam9x7-sdhci
25 - microchip,sama7d65-sdhci
26 - microchip,sama7g5-sdhci
27 - const: microchip,sam9x60-sdhci
37 - description: hclock
38 - description: multclk
39 - description: baseclk
42 clock-names:
44 - const: hclock
45 - const: multclk
46 - const: baseclk
49 microchip,sdcal-inverted:
52 When present, polarity on the SDCAL SoC pin is inverted. The default
58 - compatible
59 - reg
60 - interrupts
61 - clocks
62 - clock-names
65 - $ref: sdhci-common.yaml#
66 - if:
71 - atmel,sama5d2-sdhci
76 clock-names:
82 - |
83 #include <dt-bindings/interrupt-controller/irq.h>
84 #include <dt-bindings/clock/at91.h>
86 compatible = "atmel,sama5d2-sdhci";
90 clock-names = "hclock", "multclk", "baseclk";
91 assigned-clocks = <&sdmmc0_gclk>;
92 assigned-clock-rates = <480000000>;