blob: aaba2483b4ff8c79f34030b28b3f546c03084032 [file] [log] [blame]
Christian Daudt2dbfe742013-05-10 00:10:07 -07001Broadcom BCM281xx SDHCI
2
3This file documents differences between the core properties in mmc.txt
4and the properties present in the bcm281xx SDHCI
5
6Required properties:
Christian Daudt15e22dd2013-07-30 16:27:10 -07007- compatible : Should be "brcm,kona-sdhci"
8- DEPRECATED: compatible : Should be "bcm,kona-sdhci"
Tim Kryger7d6afbd2013-12-05 11:20:39 -08009- clocks: phandle + clock specifier pair of the external clock
10
11Refer to clocks/clock-bindings.txt for generic clock consumer properties.
Christian Daudt2dbfe742013-05-10 00:10:07 -070012
13Example:
14
15sdio2: sdio@0x3f1a0000 {
Christian Daudt15e22dd2013-07-30 16:27:10 -070016 compatible = "brcm,kona-sdhci";
Christian Daudt2dbfe742013-05-10 00:10:07 -070017 reg = <0x3f1a0000 0x10000>;
Tim Kryger7d6afbd2013-12-05 11:20:39 -080018 clocks = <&sdio3_clk>;
Christian Daudt2dbfe742013-05-10 00:10:07 -070019 interrupts = <0x0 74 0x4>;
20};
21