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
/
arm
/
tegra
/
nvidia,tegra20-ahb.txt
blob
234406d41c12772069ffc033c4c532a67f192182
1
NVIDIA Tegra AHB
2
3
Required properties:
4
- compatible : "nvidia,tegra20-ahb" or "nvidia,tegra30-ahb"
5
- reg : Should contain 1 register ranges(address and length)
6
7
Example:
8
ahb: ahb@6000c004 {
9
compatible = "nvidia,tegra20-ahb";
10
reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
11
};