hc
2023-03-13 25c72f09e887f85fcff4a3f978d294da97ab1420
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* SiRFprimII/marco/atlas6 SDHCI Controller
 
This file documents differences between the core properties in mmc.txt
and the properties used by the sdhci-sirf driver.
 
Required properties:
- compatible: sirf,prima2-sdhc
 
Optional properties:
- cd-gpios: card detect gpio, with zero flags.
 
Example:
 
   sd0: sdhci@56000000 {
       compatible = "sirf,prima2-sdhc";
       reg = <0xcd000000 0x100000>;
       cd-gpios = <&gpio 6 0>;
   };