aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/staging/xroetrafficgen/xroetrafficgen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/staging/xroetrafficgen/xroetrafficgen.txt')
-rw-r--r--Documentation/devicetree/bindings/staging/xroetrafficgen/xroetrafficgen.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/staging/xroetrafficgen/xroetrafficgen.txt b/Documentation/devicetree/bindings/staging/xroetrafficgen/xroetrafficgen.txt
new file mode 100644
index 000000000000..3516d3ff8009
--- /dev/null
+++ b/Documentation/devicetree/bindings/staging/xroetrafficgen/xroetrafficgen.txt
@@ -0,0 +1,15 @@
+* Xilinx Radio over Ethernet Traffic Generator driver
+
+Required properties:
+- compatible: must be "xlnx,roe-framer-1.0"
+- reg: physical base address of the framer and length of memory mapped region
+- clock-names: list of clock names
+- clocks: list of clock sources corresponding to the clock names
+
+Example:
+ roe_radio_ctrl@a0060000 {
+ compatible = "xlnx,roe-traffic-gen-1.0";
+ reg = <0x0 0xa0060000 0x0 0x10000>;
+ clock-names = "s_axis_fram_aclk", "s_axi_aclk";
+ clocks = <0x44 0x43>;
+ };