Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / tegra / nvidia,tegra20-flowctrl.txt
blobccf0adddc8205e3f47df8ff99af43271f7792a99
1 NVIDIA Tegra Flow Controller
3 Required properties:
4 - compatible: Should be "nvidia,tegra<chip>-flowctrl"
5 - reg: Should contain one register range (address and length)
7 Example:
9         flow-controller@60007000 {
10                 compatible = "nvidia,tegra20-flowctrl";
11                 reg = <0x60007000 0x1000>;
12         };