aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/apf/dt-binding.txt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/apf/dt-binding.txt')
-rw-r--r--drivers/staging/apf/dt-binding.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/staging/apf/dt-binding.txt b/drivers/staging/apf/dt-binding.txt
new file mode 100644
index 000000000000..fd73725fa589
--- /dev/null
+++ b/drivers/staging/apf/dt-binding.txt
@@ -0,0 +1,17 @@
+* Xilinx APF xlnk driver
+
+Required properties:
+- compatible: Should be "xlnx,xlnk"
+- clock-names: List of clock names
+- clocks: List of clock sources corresponding to the clock names
+
+The number of elements on the clock-names and clocks lists should be the same.
+If there are no controllable clocks, the xlnk node should be omitted from the
+devicetree.
+
+Example:
+ xlnk {
+ compatible = "xlnx,xlnk-1.0";
+ clock-names = "clk166", "clk150", "clk100", "clk200";
+ clocks = <&clkc 15>, <&clkc 16>, <&clkc 17>, <&clkc 18>;
+ };