1 * Cadence SD/SDIO/eMMC Host Controller
4 - compatible: should be one of the following:
5 "cdns,sd4hc" - default of the IP
6 "socionext,uniphier-sd4hc" - for Socionext UniPhier SoCs
7 - reg: offset and length of the register set for the device.
8 - interrupts: a single interrupt specifier.
9 - clocks: phandle to the input clock.
12 For eMMC configuration, supported speed modes are not indicated by the SDHCI
13 Capabilities Register. Instead, the following properties should be specified
14 if supported. See mmc.txt for details.
23 emmc: sdhci@5a000000 {
24 compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
25 reg = <0x5a000000 0x400>;
26 interrupts = <0 78 4>;