Skip to content

Commit b06f4f5

Browse files
Luis Oliveirabala-gunasundar
authored andcommitted
dt-bindings: phy: Document the Synopsys MIPI DPHY Rx bindings
Add device-tree bindings documentation for SNPS DesignWare MIPI D-PHY in RX mode. Signed-off-by: Luis Oliveira <luis.oliveira@synopsys.com>
1 parent b791101 commit b06f4f5

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Synopsys DesignWare MIPI Rx D-PHY block details
2+
3+
Description
4+
-----------
5+
6+
The Synopsys MIPI D-PHY controller supports MIPI-DPHY in receiver mode.
7+
Please refer to phy-bindings.txt for more information.
8+
9+
Required properties:
10+
- compatible : Shall be "snps,dw-dphy-rx".
11+
- #phy-cells : Must be 1.
12+
- bus-width : Size of the test interface data bus (8 bits->8 or
13+
12bits->12).
14+
- snps,dphy-frequency : Frequency at which D-PHY should start, configurable.
15+
Check Synopsys databook. (-kHz)
16+
- reg : Test interface register. This correspondes to the
17+
physical base address of the controller and size of
18+
the device memory mapped registers; Check Synopsys
19+
databook.
20+
21+
Example:
22+
23+
mipi_dphy_rx1: dphy@d00003040 {
24+
compatible = "snps,dw-dphy-rx";
25+
#phy-cells = <1>;
26+
bus-width = <12>;
27+
snps,dphy-frequency = <300000>;
28+
reg = <0xd0003040 0x20>;
29+
};

0 commit comments

Comments
 (0)