bcm,kona-sdhci.txt 338 B

12345678910111213141516
  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 "bcm,kona-sdhci"
  6. Example:
  7. sdio2: sdio@0x3f1a0000 {
  8. compatible = "bcm,kona-sdhci";
  9. reg = <0x3f1a0000 0x10000>;
  10. interrupts = <0x0 74 0x4>;
  11. };