blob: cd13e61570884aac0bb9fc898cc1cd47bc547c12 [file] [log] [blame]
Kishon Vijay Abraham I8d7212b2013-11-25 15:31:26 +05301TI PHY: DT DOCUMENTATION FOR PHYs in TI PLATFORMs
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +05302
Roger Quadrosd95faae2014-03-06 16:38:38 +02003OMAP CONTROL PHY
4
5Required properties:
6 - compatible: Should be one of
7 "ti,control-phy-otghs" - if it has otghs_control mailbox register as on OMAP4.
8 "ti,control-phy-usb2" - if it has Power down bit in control_dev_conf register
9 e.g. USB2_PHY on OMAP5.
10 "ti,control-phy-pipe3" - if it has DPLL and individual Rx & Tx power control
11 e.g. USB3 PHY and SATA PHY on OMAP5.
Kishon Vijay Abraham If0e2cf72014-06-25 23:22:57 +053012 "ti,control-phy-pcie" - for pcie to support external clock for pcie and to
13 set PCS delay value.
14 e.g. PCIE PHY in DRA7x
Roger Quadrose9995202014-03-07 12:15:01 +020015 "ti,control-phy-usb2-dra7" - if it has power down register like USB2 PHY on
Roger Quadrosd95faae2014-03-06 16:38:38 +020016 DRA7 platform.
Roger Quadrose9995202014-03-07 12:15:01 +020017 "ti,control-phy-usb2-am437" - if it has power down register like USB2 PHY on
Roger Quadrosd95faae2014-03-06 16:38:38 +020018 AM437 platform.
Kishon Vijay Abraham If0e2cf72014-06-25 23:22:57 +053019 - reg : register ranges as listed in the reg-names property
20 - reg-names: "otghs_control" for control-phy-otghs
21 "power", "pcie_pcs" and "control_sma" for control-phy-pcie
22 "power" for all other types
Roger Quadrosd95faae2014-03-06 16:38:38 +020023
24omap_control_usb: omap-control-usb@4a002300 {
25 compatible = "ti,control-phy-otghs";
26 reg = <0x4a00233c 0x4>;
27 reg-names = "otghs_control";
28};
29
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053030OMAP USB2 PHY
31
32Required properties:
33 - compatible: Should be "ti,omap-usb2"
Sekhar Noria0ceee52016-08-23 11:57:40 +030034 Should be "ti,dra7x-usb2" for the 1st instance of USB2 PHY on
35 DRA7x
Kishon Vijay Abraham I9955a7832015-12-21 14:24:13 +053036 Should be "ti,dra7x-usb2-phy2" for the 2nd instance of USB2 PHY
37 in DRA7x
Kishon Vijay Abraham Ica784be2013-01-25 15:54:00 +053038 - reg : Address and length of the register set for the device.
Kishon Vijay Abraham I975d9632013-09-27 11:53:29 +053039 - #phy-cells: determine the number of cells that should be given in the
40 phandle while referencing this phy.
Roger Quadros54f4d144e2014-05-05 12:54:41 +030041 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
42 clock-names.
43 - clock-names: should include:
44 * "wkupclk" - wakeup clock.
45 * "refclk" - reference clock (optional).
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053046
Kishon Vijay Abraham I9955a7832015-12-21 14:24:13 +053047Deprecated properties:
Kishon Vijay Abraham I01658f02013-01-25 15:53:57 +053048 - ctrl-module : phandle of the control module used by PHY driver to power on
49 the PHY.
50
Kishon Vijay Abraham I9955a7832015-12-21 14:24:13 +053051Recommended properies:
52- syscon-phy-power : phandle/offset pair. Phandle to the system control
53 module and the register offset to power on/off the PHY.
54
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053055This is usually a subnode of ocp2scp to which it is connected.
56
57usb2phy@4a0ad080 {
58 compatible = "ti,omap-usb2";
Kishon Vijay Abraham Ica784be2013-01-25 15:54:00 +053059 reg = <0x4a0ad080 0x58>;
Kishon Vijay Abraham I01658f02013-01-25 15:53:57 +053060 ctrl-module = <&omap_control_usb>;
Kishon Vijay Abraham I975d9632013-09-27 11:53:29 +053061 #phy-cells = <0>;
Roger Quadros54f4d144e2014-05-05 12:54:41 +030062 clocks = <&usb_phy_cm_clk32k>, <&usb_otg_ss_refclk960m>;
63 clock-names = "wkupclk", "refclk";
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053064};
Kishon Vijay Abraham I57f6ce02013-01-25 08:21:48 +053065
Kishon Vijay Abraham I8d7212b2013-11-25 15:31:26 +053066TI PIPE3 PHY
Kishon Vijay Abraham I57f6ce02013-01-25 08:21:48 +053067
68Required properties:
Kishon Vijay Abraham I99bbd482014-06-25 23:22:56 +053069 - compatible: Should be "ti,phy-usb3", "ti,phy-pipe3-sata" or
70 "ti,phy-pipe3-pcie. "ti,omap-usb3" is deprecated.
Kishon Vijay Abraham I57f6ce02013-01-25 08:21:48 +053071 - reg : Address and length of the register set for the device.
72 - reg-names: The names of the register addresses corresponding to the registers
73 filled in "reg".
Kishon Vijay Abraham I975d9632013-09-27 11:53:29 +053074 - #phy-cells: determine the number of cells that should be given in the
75 phandle while referencing this phy.
Roger Quadros57554002014-03-07 12:15:02 +020076 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
77 clock-names.
78 - clock-names: should include:
79 * "wkupclk" - wakeup clock.
80 * "sysclk" - system clock.
81 * "refclk" - reference clock.
Kishon Vijay Abraham I99bbd482014-06-25 23:22:56 +053082 * "dpll_ref" - external dpll ref clk
83 * "dpll_ref_m2" - external dpll ref clk
84 * "phy-div" - divider for apll
85 * "div-clk" - apll clock
Kishon Vijay Abraham I57f6ce02013-01-25 08:21:48 +053086
87Optional properties:
Kishon Vijay Abraham I99bbd482014-06-25 23:22:56 +053088 - id: If there are multiple instance of the same type, in order to
89 differentiate between each instance "id" can be used (e.g., multi-lane PCIe
90 PHY). If "id" is not provided, it is set to default value of '1'.
Roger Quadrosc934b362015-07-17 16:47:22 +030091 - syscon-pllreset: Handle to system control region that contains the
92 CTRL_CORE_SMA_SW_0 register and register offset to the CTRL_CORE_SMA_SW_0
93 register that contains the SATA_PLL_SOFT_RESET bit. Only valid for sata_phy.
Kishon Vijay Abraham I3f2362c2015-12-21 14:24:11 +053094 - syscon-pcs : phandle/offset pair. Phandle to the system control module and the
95 register offset to write the PCS delay value.
Kishon Vijay Abraham I57f6ce02013-01-25 08:21:48 +053096
Kishon Vijay Abraham Ic396a1c2015-12-21 14:24:10 +053097Deprecated properties:
98 - ctrl-module : phandle of the control module used by PHY driver to power on
99 the PHY.
100
101Recommended properies:
102 - syscon-phy-power : phandle/offset pair. Phandle to the system control
103 module and the register offset to power on/off the PHY.
104
Kishon Vijay Abraham I57f6ce02013-01-25 08:21:48 +0530105This is usually a subnode of ocp2scp to which it is connected.
106
107usb3phy@4a084400 {
Kishon Vijay Abraham I8d7212b2013-11-25 15:31:26 +0530108 compatible = "ti,phy-usb3";
Kishon Vijay Abraham I57f6ce02013-01-25 08:21:48 +0530109 reg = <0x4a084400 0x80>,
110 <0x4a084800 0x64>,
111 <0x4a084c00 0x40>;
112 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
113 ctrl-module = <&omap_control_usb>;
Kishon Vijay Abraham I975d9632013-09-27 11:53:29 +0530114 #phy-cells = <0>;
Roger Quadros57554002014-03-07 12:15:02 +0200115 clocks = <&usb_phy_cm_clk32k>,
116 <&sys_clkin>,
117 <&usb_otg_ss_refclk960m>;
118 clock-names = "wkupclk",
119 "sysclk",
120 "refclk";
Kishon Vijay Abraham I57f6ce02013-01-25 08:21:48 +0530121};
Roger Quadrosc934b362015-07-17 16:47:22 +0300122
123sata_phy: phy@4A096000 {
124 compatible = "ti,phy-pipe3-sata";
125 reg = <0x4A096000 0x80>, /* phy_rx */
126 <0x4A096400 0x64>, /* phy_tx */
127 <0x4A096800 0x40>; /* pll_ctrl */
128 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
129 ctrl-module = <&omap_control_sata>;
130 clocks = <&sys_clkin1>, <&sata_ref_clk>;
131 clock-names = "sysclk", "refclk";
132 syscon-pllreset = <&scm_conf 0x3fc>;
133 #phy-cells = <0>;
134};