Lines Matching +full:phy +full:- +full:cadence
1 * Cadence Universal Flash Storage (UFS) Controller
3 UFS nodes are defined to describe on-chip UFS host controllers.
5 Please see the ufshcd-pltfrm.txt for a list of all available properties.
8 - compatible : Compatible list, contains one of the following controllers:
9 "cdns,ufshc" - Generic CDNS HCI,
10 "cdns,ufshc-m31-16nm" - CDNS UFS HC + M31 16nm PHY
12 "jedec,ufs-2.0"
14 - reg : Address and length of the UFS register set.
15 - interrupts : One interrupt mapping.
16 - freq-table-hz : Clock frequency table.
17 See the ufshcd-pltfrm.txt for details.
18 - clocks : List of phandle and clock specifier pairs.
19 - clock-names : List of clock input name strings sorted in the same
21 Depending on a type of a PHY,
26 compatible = "cdns,ufshc", "jedec,ufs-2.0";
29 freq-table-hz = <0 0>, <0 0>;
31 clock-names = "core_clk", "phy_clk";