dt-bindings: phy: ti: Add dt binding documentation for SERDES in AM654x SoC
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 5 Apr 2019 11:08:32 +0000 (16:38 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 17 Apr 2019 08:43:18 +0000 (14:13 +0530)
commit4e0ae876f77bc01a7e77724dea57b4b82bd53244
treea58f8c481403e8880a05d16d3ca85a302b7c2d73
parent4df614c4ab18ba14892dfa82b88c28203096e951
dt-bindings: phy: ti: Add dt binding documentation for SERDES in AM654x SoC

AM654x has two SERDES instances. Each instance has three input clocks
(left input, externel reference clock and right input) and two output
clocks (left output and right output) in addition to a PLL mux clock
which the SERDES uses for Clock Multiplier Unit (CMU refclock).
The PLL mux clock can select from one of the three input clocks.
The right output can select between left input and external reference
clock while the left output can select between the right input and
external reference clock.

The left and right input reference clock of SERDES0 and SERDES1
respectively are connected to the SoC clock. In the case of two lane
SERDES personality card, the left input of SERDES1 is connected to
the right output of SERDES0 in a chained fashion.

See section "Reference Clock Distribution" of AM65x Sitara Processors
TRM (SPRUID7 – April 2018) for more details.

Add dt-binding documentation in order to represent all these different
configurations in device tree.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Documentation/devicetree/bindings/phy/ti,phy-am654-serdes.txt [new file with mode: 0644]
include/dt-bindings/phy/phy-am654-serdes.h [new file with mode: 0644]