Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / tegra / nvidia,tegra20-flowctrl.txt
1 NVIDIA Tegra Flow Controller
2
3 Required properties:
4 - compatible: Should contain one of the following:
5   - "nvidia,tegra20-flowctrl": for Tegra20
6   - "nvidia,tegra30-flowctrl": for Tegra30
7   - "nvidia,tegra114-flowctrl": for Tegra114
8   - "nvidia,tegra124-flowctrl": for Tegra124
9   - "nvidia,tegra132-flowctrl", "nvidia,tegra124-flowctrl": for Tegra132
10   - "nvidia,tegra210-flowctrl": for Tegra210
11 - reg: Should contain one register range (address and length)
12
13 Example:
14
15         flow-controller@60007000 {
16                 compatible = "nvidia,tegra20-flowctrl";
17                 reg = <0x60007000 0x1000>;
18         };