summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/tegra/nvidia,tegra20-flowctrl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/arm/tegra/nvidia,tegra20-flowctrl.txt')
-rw-r--r--dts/Bindings/arm/tegra/nvidia,tegra20-flowctrl.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/Bindings/arm/tegra/nvidia,tegra20-flowctrl.txt b/dts/Bindings/arm/tegra/nvidia,tegra20-flowctrl.txt
new file mode 100644
index 0000000000..ccf0adddc8
--- /dev/null
+++ b/dts/Bindings/arm/tegra/nvidia,tegra20-flowctrl.txt
@@ -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>;
+ };