Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.12 16 lines 487 B view raw
1* Universal Flash Storage (UFS) Host Controller 2 3UFSHC nodes are defined to describe on-chip UFS host controllers. 4Each UFS controller instance should have its own node. 5 6Required properties: 7- compatible : compatible list, contains "jedec,ufs-1.1" 8- interrupts : <interrupt mapping for UFS host controller IRQ> 9- reg : <registers mapping> 10 11Example: 12 ufshc@0xfc598000 { 13 compatible = "jedec,ufs-1.1"; 14 reg = <0xfc598000 0x800>; 15 interrupts = <0 28 0>; 16 };