xref: /freebsd/sys/contrib/device-tree/Bindings/mmc/brcm,kona-sdhci.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotBroadcom BCM281xx SDHCI
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotThis file documents differences between the core properties in mmc.txt
4*c66ec88fSEmmanuel Vadotand the properties present in the bcm281xx SDHCI
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel VadotRequired properties:
7*c66ec88fSEmmanuel Vadot- compatible : Should be "brcm,kona-sdhci"
8*c66ec88fSEmmanuel Vadot- DEPRECATED: compatible : Should be "bcm,kona-sdhci"
9*c66ec88fSEmmanuel Vadot- clocks: phandle + clock specifier pair of the external clock
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotRefer to clocks/clock-bindings.txt for generic clock consumer properties.
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel VadotExample:
14*c66ec88fSEmmanuel Vadot
15*c66ec88fSEmmanuel Vadotsdio2: sdio@3f1a0000 {
16*c66ec88fSEmmanuel Vadot	compatible = "brcm,kona-sdhci";
17*c66ec88fSEmmanuel Vadot	reg = <0x3f1a0000 0x10000>;
18*c66ec88fSEmmanuel Vadot	clocks = <&sdio3_clk>;
19*c66ec88fSEmmanuel Vadot	interrupts = <0x0 74 0x4>;
20*c66ec88fSEmmanuel Vadot};
21*c66ec88fSEmmanuel Vadot
22