Searched +full:phy +full:- +full:delay +full:- +full:mmc +full:- +full:hs400es (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/mmc/sprd,sdhci-r11.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Orson Zhai <orsonzhai@gmail.com>11 - Baolin Wang <baolin.wang7@gmail.com>12 - Chunyan Zhang <zhang.lyra@gmail.com>16 const: sprd,sdhci-r1127 - description: SDIO source clock28 - description: gate clock for enabling/disabling the device[all …]
1 * Spreadtrum SDHCI controller (sdhci-sprd)4 for MMC, SD and SDIO types of cards.6 This file documents differences between the core properties in mmc.txt7 and the properties used by the sdhci-sprd driver.10 - compatible: Should contain "sprd,sdhci-r11".11 - reg: physical base address of the controller and length.12 - interrupts: Interrupts used by the SDHCI controller.13 - clocks: Should contain phandle for the clock feeding the SDHCI controller14 - clock-names: Should contain the following:15 "sdio" - SDIO source clock (required)[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)8 #include <dt-bindings/clock/sprd,sc9860-clk.h>11 interrupt-parent = <&gic>;12 #address-cells = <2>;13 #size-cells = <2>;16 compatible = "simple-bus";17 #address-cells = <2>;18 #size-cells = <2>;66 ap-apb@70000000 {67 compatible = "simple-bus";[all …]