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