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.18-rc1 18 lines 507 B view raw
1* Renesas R-Car SATA 2 3Required properties: 4- compatible : should contain one of the following: 5 - "renesas,sata-r8a7779" for R-Car H1 6 - "renesas,sata-r8a7790" for R-Car H2 7 - "renesas,sata-r8a7791" for R-Car M2 8- reg : address and length of the SATA registers; 9- interrupts : must consist of one interrupt specifier. 10 11Example: 12 13sata: sata@fc600000 { 14 compatible = "renesas,sata-r8a7779"; 15 reg = <0xfc600000 0x2000>; 16 interrupt-parent = <&gic>; 17 interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>; 18};