]> Pileus Git - ~andy/linux/blob - Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
Merge tag 'v3.11' into next
[~andy/linux] / Documentation / devicetree / bindings / ufs / ufshcd-pltfrm.txt
1 * Universal Flash Storage (UFS) Host Controller
2
3 UFSHC nodes are defined to describe on-chip UFS host controllers.
4 Each UFS controller instance should have its own node.
5
6 Required properties:
7 - compatible        : compatible list, contains "jedec,ufs-1.1"
8 - interrupts        : <interrupt mapping for UFS host controller IRQ>
9 - reg               : <registers mapping>
10
11 Example:
12         ufshc@0xfc598000 {
13                 compatible = "jedec,ufs-1.1";
14                 reg = <0xfc598000 0x800>;
15                 interrupts = <0 28 0>;
16         };