Merge tag 'please-pull-sys_bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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 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         };