Skip to content

Commit

Permalink
of: Add NVIDIA Tegra flow controller bindings
Browse files Browse the repository at this point in the history
Add device tree bindings for the flow controller found on NVIDIA Tegra
SoCs.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Thierry Reding authored and Stephen Warren committed Aug 26, 2014
1 parent 52addcf commit 9fc3bf5
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
NVIDIA Tegra Flow Controller

Required properties:
- compatible: Should be "nvidia,tegra<chip>-flowctrl"
- reg: Should contain one register range (address and length)

Example:

flow-controller@60007000 {
compatible = "nvidia,tegra20-flowctrl";
reg = <0x60007000 0x1000>;
};

0 comments on commit 9fc3bf5

Please sign in to comment.