]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - Documentation/devicetree/bindings/mmc/brcm,kona-sdhci.txt
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[mirror_ubuntu-jammy-kernel.git] / Documentation / devicetree / bindings / mmc / brcm,kona-sdhci.txt
CommitLineData
2dbfe748
CD
1Broadcom 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:
15e22ddf
CD
7- compatible : Should be "brcm,kona-sdhci"
8- DEPRECATED: compatible : Should be "bcm,kona-sdhci"
7d6afbd6
TK
9- clocks: phandle + clock specifier pair of the external clock
10
11Refer to clocks/clock-bindings.txt for generic clock consumer properties.
2dbfe748
CD
12
13Example:
14
4c9847b7 15sdio2: sdio@3f1a0000 {
15e22ddf 16 compatible = "brcm,kona-sdhci";
2dbfe748 17 reg = <0x3f1a0000 0x10000>;
7d6afbd6 18 clocks = <&sdio3_clk>;
2dbfe748
CD
19 interrupts = <0x0 74 0x4>;
20};
21