aspeed,sdhci.yaml (976e3645923bdd2fe7893aae33fd7a21098bfb28) aspeed,sdhci.yaml (3d21a46093352f7802b9c66c7cce35cd02a50e53)
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright 2019 IBM Corp.
3%YAML 1.2
4---
5$id: http://devicetree.org/schemas/mmc/aspeed,sdhci.yaml#
6$schema: http://devicetree.org/meta-schemas/core.yaml#
7
8title: ASPEED SD/SDIO/MMC Controller

--- 27 unchanged lines hidden (view full) ---

36 ranges: true
37 clocks:
38 maxItems: 1
39 description: The SD/SDIO controller clock gate
40
41patternProperties:
42 "^sdhci@[0-9a-f]+$":
43 type: object
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright 2019 IBM Corp.
3%YAML 1.2
4---
5$id: http://devicetree.org/schemas/mmc/aspeed,sdhci.yaml#
6$schema: http://devicetree.org/meta-schemas/core.yaml#
7
8title: ASPEED SD/SDIO/MMC Controller

--- 27 unchanged lines hidden (view full) ---

36 ranges: true
37 clocks:
38 maxItems: 1
39 description: The SD/SDIO controller clock gate
40
41patternProperties:
42 "^sdhci@[0-9a-f]+$":
43 type: object
44 allOf:
45 - $ref: mmc-controller.yaml
44 $ref: mmc-controller.yaml
45
46 properties:
47 compatible:
48 enum:
49 - aspeed,ast2400-sdhci
50 - aspeed,ast2500-sdhci
51 - aspeed,ast2600-sdhci
52 reg:
53 maxItems: 1

--- 53 unchanged lines hidden ---
46 properties:
47 compatible:
48 enum:
49 - aspeed,ast2400-sdhci
50 - aspeed,ast2500-sdhci
51 - aspeed,ast2600-sdhci
52 reg:
53 maxItems: 1

--- 53 unchanged lines hidden ---