Lines Matching +full:dw +full:- +full:sparx5 +full:- +full:sdhci
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/microchip,dw-sparx5-sdhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip Sparx5 Mobile Storage Host Controller
10 - $ref: mmc-controller.yaml
13 - Lars Povlsen <lars.povlsen@microchip.com>
18 const: microchip,dw-sparx5-sdhci
29 Handle to "core" clock for the sdhci controller.
31 clock-names:
33 - const: core
35 microchip,clock-delay:
43 - compatible
44 - reg
45 - interrupts
46 - clocks
47 - clock-names
52 - |
53 #include <dt-bindings/interrupt-controller/arm-gic.h>
54 #include <dt-bindings/clock/microchip,sparx5.h>
56 compatible = "microchip,dw-sparx5-sdhci";
58 pinctrl-0 = <&emmc_pins>;
59 pinctrl-names = "default";
61 clock-names = "core";
62 assigned-clocks = <&clks CLK_ID_AUX1>;
63 assigned-clock-rates = <800000000>;
65 bus-width = <8>;
66 microchip,clock-delay = <10>;