Lines Matching +full:m +full:- +full:phy
1 MediaTek Universal Flash Storage (UFS) M-PHY binding
2 --------------------------------------------------------
4 UFS M-PHY nodes are defined to describe on-chip UFS M-PHY hardware macro.
5 Each UFS M-PHY node should have its own node.
7 To bind UFS M-PHY with UFS host controller, the controller node should
8 contain a phandle reference to UFS M-PHY node.
10 Required properties for UFS M-PHY nodes:
11 - compatible : Compatible list, contains the following controller:
12 "mediatek,mt8183-ufsphy" for ufs phy
14 - reg : Address and length of the UFS M-PHY register set.
15 - #phy-cells : This property shall be set to 0.
16 - clocks : List of phandle and clock specifier pairs.
17 - clock-names : List of clock input name strings sorted in the same
21 "mp": M-PHY core control clock.
25 ufsphy: phy@11fa0000 {
26 compatible = "mediatek,mt8183-ufsphy";
28 #phy-cells = <0>;
32 clock-names = "unipro", "mp";