2013-05-10 15:10:07 +08:00
|
|
|
Broadcom BCM281xx SDHCI
|
|
|
|
|
|
|
|
This file documents differences between the core properties in mmc.txt
|
|
|
|
and the properties present in the bcm281xx SDHCI
|
|
|
|
|
|
|
|
Required properties:
|
2013-07-31 07:27:10 +08:00
|
|
|
- compatible : Should be "brcm,kona-sdhci"
|
|
|
|
- DEPRECATED: compatible : Should be "bcm,kona-sdhci"
|
2013-12-06 03:20:39 +08:00
|
|
|
- clocks: phandle + clock specifier pair of the external clock
|
|
|
|
|
|
|
|
Refer to clocks/clock-bindings.txt for generic clock consumer properties.
|
2013-05-10 15:10:07 +08:00
|
|
|
|
|
|
|
Example:
|
|
|
|
|
2017-11-30 04:55:15 +08:00
|
|
|
sdio2: sdio@3f1a0000 {
|
2013-07-31 07:27:10 +08:00
|
|
|
compatible = "brcm,kona-sdhci";
|
2013-05-10 15:10:07 +08:00
|
|
|
reg = <0x3f1a0000 0x10000>;
|
2013-12-06 03:20:39 +08:00
|
|
|
clocks = <&sdio3_clk>;
|
2013-05-10 15:10:07 +08:00
|
|
|
interrupts = <0x0 74 0x4>;
|
|
|
|
};
|
|
|
|
|