repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
ata
/
marvell.txt
blob
b5cdd20cde9c5429301ca54dcc9be0f79f03fc38
1
* Marvell Orion SATA
2
3
Required Properties:
4
- compatibility : "marvell,orion-sata"
5
- reg : Address range of controller
6
- interrupts : Interrupt controller is using
7
- nr-ports : Number of SATA ports in use.
8
9
Example:
10
11
sata@80000 {
12
compatible = "marvell,orion-sata";
13
reg = <0x80000 0x5000>;
14
interrupts = <21>;
15
nr-ports = <2>;
16
}