Lines Matching +full:cd +full:- +full:inverted
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Atmel High-Speed MultiMedia Card Interface (HSMCI)
14 - Nicolas Ferre <nicolas.ferre@microchip.com>
15 - Aubin Constans <aubin.constans@microchip.com>
18 - $ref: mmc-controller.yaml
33 dma-names:
39 clock-names:
42 "#address-cells":
46 "#size-cells":
50 "slot@[0-2]$":
51 $ref: mmc-slot.yaml
59 - reg
60 - bus-width
65 - compatible
66 - reg
67 - interrupts
68 - clocks
69 - clock-names
70 - "#address-cells"
71 - "#size-cells"
74 - required:
75 - slot@0
76 - required:
77 - slot@1
82 - |
83 #include <dt-bindings/interrupt-controller/irq.h>
84 #include <dt-bindings/clock/at91.h>
90 clock-names = "mci_clk";
91 #address-cells = <1>;
92 #size-cells = <0>;
96 bus-width = <4>;
97 cd-gpios = <&pioD 15 0>;
98 cd-inverted;
103 bus-width = <4>;