Lines Matching +full:ast2500 +full:- +full:sd +full:- +full:controller
1 # SPDX-License-Identifier: GPL-2.0-or-later
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: ASPEED SD/SDIO/MMC Controller
11 - Andrew Jeffery <andrew@aj.id.au>
12 - Ryan Chen <ryanchen.aspeed@gmail.com>
15 The ASPEED SD/SDIO/eMMC controller exposes two slots implementing the SDIO
26 - aspeed,ast2400-sd-controller
27 - aspeed,ast2500-sd-controller
28 - aspeed,ast2600-sd-controller
32 "#address-cells":
34 "#size-cells":
39 description: The SD/SDIO controller clock gate
42 "^sdhci@[0-9a-f]+$":
44 $ref: mmc-controller.yaml
50 - aspeed,ast2400-sdhci
51 - aspeed,ast2500-sdhci
52 - aspeed,ast2600-sdhci
58 description: The SD bus clock
61 description: The SD interrupt shared between both slots
62 sdhci,auto-cmd12:
64 description: Specifies that controller should use auto CMD12
66 - compatible
67 - reg
68 - clocks
69 - interrupts
74 - compatible
75 - reg
76 - "#address-cells"
77 - "#size-cells"
78 - ranges
79 - clocks
82 - |
83 #include <dt-bindings/clock/aspeed-clock.h>
85 compatible = "aspeed,ast2500-sd-controller";
87 #address-cells = <1>;
88 #size-cells = <1>;
93 compatible = "aspeed,ast2500-sdhci";
96 sdhci,auto-cmd12;
101 compatible = "aspeed,ast2500-sdhci";
104 sdhci,auto-cmd12;