Linux-libre 4.4.137-gnu
[librecmc/linux-libre.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         };