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 20 lines 620 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-es1" for R-Car H2 ES1 7 - "renesas,sata-r8a7790" for R-Car H2 other than ES1 8 - "renesas,sata-r8a7791" for R-Car M2-W 9 - "renesas,sata-r8a7793" for R-Car M2-N 10- reg : address and length of the SATA registers; 11- interrupts : must consist of one interrupt specifier. 12 13Example: 14 15sata: sata@fc600000 { 16 compatible = "renesas,sata-r8a7779"; 17 reg = <0xfc600000 0x2000>; 18 interrupt-parent = <&gic>; 19 interrupts = <0 100 IRQ_TYPE_LEVEL_HIGH>; 20};