diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-11 13:54:00 +0200 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-10-31 09:59:06 +0100 |
commit | d436a609444b05beeced27cc30be88205c716d59 (patch) | |
tree | bf44d7e80b791ca94ac30ce5f573ccd517cc6c18 /arch/arm/boot/dts/stih416-b2020e.dts | |
parent | ARM: STi: DT: STiH416: Supply Thermal Controller Device Tree nodes (diff) | |
download | linux-d436a609444b05beeced27cc30be88205c716d59.tar.xz linux-d436a609444b05beeced27cc30be88205c716d59.zip |
ARM: DT: STi: STiH416: Add DT node for MiPHY365x
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe
devices. It has 2 ports which it can use for either; both SATA, both
PCIe or one of each in any configuration.
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih416-b2020e.dts')
-rw-r--r-- | arch/arm/boot/dts/stih416-b2020e.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih416-b2020e.dts b/arch/arm/boot/dts/stih416-b2020e.dts index a0434b6ae772..fa59224115bb 100644 --- a/arch/arm/boot/dts/stih416-b2020e.dts +++ b/arch/arm/boot/dts/stih416-b2020e.dts @@ -37,5 +37,15 @@ bus-width = <8>; non-removable; }; + + miphy365x_phy: miphy365x@fe382000 { + phy_port0: port@fe382000 { + st,sata-gen = <3>; + }; + + phy_port1: port@fe38a000 { + st,pcie-tx-pol-inv; + }; + }; }; }; |