File tree Expand file tree Collapse file tree
Documentation/devicetree/bindings/phy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ };
You can’t perform that action at this time.
0 commit comments