summaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-10-25 17:41:12 +0200
committerStefan Roese <sr@denx.de>2016-12-05 13:28:23 +0100
commitacbdc8e881a217322eef0c3032254eb977284b20 (patch)
tree63f52af1087923805efcf9b226a406d6718548ce /arch/arm/dts
parenta12c92e3932e0dd223780a3d293d97d0267f0c8b (diff)
downloadu-boot-imx-acbdc8e881a217322eef0c3032254eb977284b20.zip
u-boot-imx-acbdc8e881a217322eef0c3032254eb977284b20.tar.gz
u-boot-imx-acbdc8e881a217322eef0c3032254eb977284b20.tar.bz2
arm64: mvebu: armada-cp110-slave.dtsi: Add COMPHY / UTMI device tree nodes
This patch adds the COMPHY and UTMI device tree nodes to the cp110-slave dtsi file for the Armada 8K. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Nadav Haklai <nadavh@marvell.com> Cc: Neta Zur Hershkovits <neta@marvell.com> Cc: Kostya Porotchkin <kostap@marvell.com> Cc: Omri Itach <omrii@marvell.com> Cc: Igal Liberman <igall@marvell.com> Cc: Haim Boot <hayim@marvell.com> Cc: Hanna Hawa <hannah@marvell.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/armada-cp110-slave.dtsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-cp110-slave.dtsi b/arch/arm/dts/armada-cp110-slave.dtsi
index 842fb33..a7f77b9 100644
--- a/arch/arm/dts/armada-cp110-slave.dtsi
+++ b/arch/arm/dts/armada-cp110-slave.dtsi
@@ -44,6 +44,8 @@
* Device Tree file for Marvell Armada CP110 Slave.
*/
+#include <dt-bindings/comphy/comphy_data.h>
+
/ {
cp110-slave {
#address-cells = <2>;
@@ -164,6 +166,23 @@
clocks = <&cps_syscon0 1 21>;
status = "disabled";
};
+
+ cps_comphy: comphy@441000 {
+ compatible = "marvell,mvebu-comphy", "marvell,comphy-cp110";
+ reg = <0x441000 0x8>,
+ <0x120000 0x8>;
+ mux-bitcount = <4>;
+ max-lanes = <6>;
+ };
+
+ cps_utmi0: utmi@580000 {
+ compatible = "marvell,mvebu-utmi-2.6.0";
+ reg = <0x580000 0x1000>, /* utmi-unit */
+ <0x440420 0x4>, /* usb-cfg */
+ <0x440440 0x4>; /* utmi-cfg */
+ utmi-port = <UTMI_PHY_TO_USB_HOST0>;
+ status = "disabled";
+ };
};
cps_pcie0: pcie@f4600000 {