kona-sdhci.txt 394 B

1234567891011121314151617
  1. Broadcom BCM281xx SDHCI
  2. This file documents differences between the core properties in mmc.txt
  3. and the properties present in the bcm281xx SDHCI
  4. Required properties:
  5. - compatible : Should be "brcm,kona-sdhci"
  6. - DEPRECATED: compatible : Should be "bcm,kona-sdhci"
  7. Example:
  8. sdio2: sdio@0x3f1a0000 {
  9. compatible = "brcm,kona-sdhci";
  10. reg = <0x3f1a0000 0x10000>;
  11. interrupts = <0x0 74 0x4>;
  12. };