Lines Matching +full:ufs +full:- +full:phy
1 * Mediatek Universal Flash Storage (UFS) Host Controller
3 UFS nodes are defined to describe on-chip UFS hardware macro.
4 Each UFS Host Controller should have its own node.
6 To bind UFS PHY with UFS host controller, the controller node should
7 contain a phandle reference to UFS M-PHY node.
9 Required properties for UFS nodes:
10 - compatible : Compatible list, contains the following controller:
11 "mediatek,mt8183-ufshci" for MediaTek UFS host controller
13 "mediatek,mt8192-ufshci" for MediaTek UFS host controller
15 - reg : Address and length of the UFS register set.
16 - phys : phandle to m-phy.
17 - clocks : List of phandle and clock specifier pairs.
18 - clock-names : List of clock input name strings sorted in the same
19 order as the clocks property. "ufs" is mandatory.
20 "ufs": ufshci core control clock.
21 - freq-table-hz : Array of <min max> operating frequencies stored in the same
26 - vcc-supply : phandle to VCC supply regulator node.
30 ufsphy: phy@11fa0000 {
35 compatible = "mediatek,mt8183-ufshci";
41 clock-names = "ufs";
42 freq-table-hz = <0 0>;
44 vcc-supply = <&mt_pmic_vemc_ldo_reg>;