1 * BROADCOM BRCMSTB/BMIPS SDHCI Controller
3 This file documents differences between the core properties in mmc.txt
4 and the properties used by the sdhci-brcmstb driver.
6 NOTE: The driver disables all UHS speed modes by default and depends
7 on Device Tree properties to enable them for SoC/Board combinations
11 - compatible: should be one of the following
12 - "brcm,bcm7425-sdhci"
13 - "brcm,bcm7445-sdhci"
14 - "brcm,bcm7216-sdhci"
16 Refer to clocks/clock-bindings.txt for generic clock consumer properties.
25 compatible = "brcm,bcm7216-sdhci",
28 reg = <0x84b0000 0x260 0x84b0300 0x200>;
29 reg-names = "host", "cfg";
30 interrupts = <0x0 0x26 0x4>;
31 interrupt-names = "sdio0_0";
32 clocks = <&scmi_clk 245>;
33 clock-names = "sw_sdio";
40 mmc-hs400-enhanced-strobe;
44 compatible = "brcm,bcm7216-sdhci",
47 reg = <0x84b1000 0x260 0x84b1300 0x200>;
48 reg-names = "host", "cfg";
49 interrupts = <0x0 0x27 0x4>;
50 interrupt-names = "sdio1_0";
51 clocks = <&scmi_clk 245>;
52 clock-names = "sw_sdio";