]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
Documentation: devicetree: TSN Endpoint device tree documentation
authorSaurabh Sengar <saurabh.singh@xilinx.com>
Fri, 2 Jun 2017 07:44:10 +0000 (13:14 +0530)
committerMichal Simek <monstr@monstr.eu>
Tue, 3 Oct 2017 15:26:39 +0000 (17:26 +0200)
Added details of device tree properties for endpoint device
used in XILINX TSN IP

Signed-off-by: Saurabh Sengar <saurabhs@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Documentation/devicetree/bindings/net/xilinx_tsn_ep.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/net/xilinx_tsn_ep.txt b/Documentation/devicetree/bindings/net/xilinx_tsn_ep.txt
new file mode 100644 (file)
index 0000000..95d499a
--- /dev/null
@@ -0,0 +1,14 @@
+Xilinx TSN (time sensitive networking) EndPoint controller Device Tree Bindings
+-------------------------------------------------------------------------------
+
+Required properties:
+- compatible           : Should be "xlnx,tsn-ep"
+- reg                  : Physical base address and size of the TSN Endpoint
+                               registers map
+
+Example:
+
+       tsn_ep: tsn_ep@80056000 {
+               compatible = "xlnx,tsn-ep";
+               reg = <0x0 0x80056000 0x0 0xA000>;
+       };