brcm,kona-sdhci.txt 556 B

12345678910111213141516171819202122
  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. - clocks: phandle + clock specifier pair of the external clock
  8. Refer to clocks/clock-bindings.txt for generic clock consumer properties.
  9. Example:
  10. sdio2: sdio@0x3f1a0000 {
  11. compatible = "brcm,kona-sdhci";
  12. reg = <0x3f1a0000 0x10000>;
  13. clocks = <&sdio3_clk>;
  14. interrupts = <0x0 74 0x4>;
  15. };