Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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         };