.. | .. |
---|
10 | 10 | - Tegra124: "nvidia,tegra124-xusb" |
---|
11 | 11 | - Tegra132: "nvidia,tegra132-xusb", "nvidia,tegra124-xusb" |
---|
12 | 12 | - Tegra210: "nvidia,tegra210-xusb" |
---|
| 13 | + - Tegra186: "nvidia,tegra186-xusb" |
---|
13 | 14 | - reg: Must contain the base and length of the xHCI host registers, XUSB FPCI |
---|
14 | 15 | registers and XUSB IPFS registers. |
---|
15 | 16 | - reg-names: Must contain the following entries: |
---|
.. | .. |
---|
60 | 61 | - dvdd-pex-pll-supply: PCIe/USB3 PLL power supply. Must supply 1.05 V. |
---|
61 | 62 | - hvdd-pex-pll-e-supply: High-voltage PLLE power supply. Must supply 1.8 V. |
---|
62 | 63 | |
---|
| 64 | +For Tegra210 and Tegra186: |
---|
| 65 | +- power-domains: A list of PM domain specifiers that reference each power-domain |
---|
| 66 | + used by the xHCI controller. This list must comprise of a specifier for the |
---|
| 67 | + XUSBA and XUSBC power-domains. See ../power/power_domain.txt and |
---|
| 68 | + ../arm/tegra/nvidia,tegra20-pmc.txt for details. |
---|
| 69 | +- power-domain-names: A list of names that represent each of the specifiers in |
---|
| 70 | + the 'power-domains' property. Must include 'xusb_ss' and 'xusb_host' which |
---|
| 71 | + represent the power-domains XUSBA and XUSBC, respectively. See |
---|
| 72 | + ../power/power_domain.txt for details. |
---|
| 73 | + |
---|
63 | 74 | Optional properties: |
---|
64 | 75 | -------------------- |
---|
65 | 76 | - phys: Must contain an entry for each entry in phy-names. |
---|
.. | .. |
---|
70 | 81 | - Tegra132: usb2-0, usb2-1, usb2-2, hsic-0, hsic-1, usb3-0, usb3-1 |
---|
71 | 82 | - Tegra210: usb2-0, usb2-1, usb2-2, usb2-3, hsic-0, usb3-0, usb3-1, usb3-2, |
---|
72 | 83 | usb3-3 |
---|
| 84 | + - Tegra186: usb2-0, usb2-1, usb2-2, hsic-0, usb3-0, usb3-1, usb3-2 |
---|
73 | 85 | |
---|
74 | 86 | Example: |
---|
75 | 87 | -------- |
---|