Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
[deliverable/linux.git] / Documentation / devicetree / bindings / ata / sata_rcar.txt
CommitLineData
80361fa0
VB
1* Renesas R-Car SATA
2
3Required properties:
4- compatible : should contain one of the following:
5 - "renesas,sata-r8a7779" for R-Car H1
598e9a90 6 ("renesas,rcar-sata" is deprecated)
aa1cf258
SH
7 - "renesas,sata-r8a7790-es1" for R-Car H2 ES1
8 - "renesas,sata-r8a7790" for R-Car H2 other than ES1
e35b9884
KM
9 - "renesas,sata-r8a7791" for R-Car M2-W
10 - "renesas,sata-r8a7793" for R-Car M2-N
fec7bc43 11 - "renesas,sata-r8a7795" for R-Car H3
80361fa0
VB
12- reg : address and length of the SATA registers;
13- interrupts : must consist of one interrupt specifier.
b78384d5 14- clocks : must contain a reference to the functional clock.
80361fa0
VB
15
16Example:
17
b78384d5
VB
18sata0: sata@ee300000 {
19 compatible = "renesas,sata-r8a7791";
20 reg = <0 0xee300000 0 0x2000>;
80361fa0 21 interrupt-parent = <&gic>;
b78384d5
VB
22 interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
23 clocks = <&mstp8_clks R8A7791_CLK_SATA0>;
80361fa0 24};
This page took 0.16397 seconds and 5 git commands to generate.