summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-7040-db.dts
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-05-25 07:06:29 (GMT)
committerStefan Roese <sr@denx.de>2016-09-27 15:29:54 (GMT)
commit788068912fd9d10f8d5cc3b6e07ff6338e7a1d8c (patch)
tree354abae5db1ac4f65e9213b6f92a14b6efb610b6 /arch/arm/dts/armada-7040-db.dts
parentb5fbf5aabec0b78a4f010eddbaf91fc3ab166b56 (diff)
downloadu-boot-788068912fd9d10f8d5cc3b6e07ff6338e7a1d8c.tar.xz
arm64: mvebu: Armada 7K/8K: Add COMPHY device tree nodes
This patch adds the COMPHY device tree nodes that are still missing to the Armada 7K/8K dts files. 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/armada-7040-db.dts')
-rw-r--r--arch/arm/dts/armada-7040-db.dts40
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-7040-db.dts b/arch/arm/dts/armada-7040-db.dts
index 070b589..df0c327 100644
--- a/arch/arm/dts/armada-7040-db.dts
+++ b/arch/arm/dts/armada-7040-db.dts
@@ -146,3 +146,43 @@
&cpm_usb3_1 {
status = "okay";
};
+
+&comphy_cp110 {
+ phy0 {
+ phy-type = <PHY_TYPE_SGMII2>;
+ phy-speed = <PHY_SPEED_3_125G>;
+ };
+
+ phy1 {
+ phy-type = <PHY_TYPE_USB3_HOST0>;
+ phy-speed = <PHY_SPEED_5G>;
+ };
+
+ phy2 {
+ phy-type = <PHY_TYPE_SGMII0>;
+ phy-speed = <PHY_SPEED_1_25G>;
+ };
+
+ phy3 {
+ phy-type = <PHY_TYPE_SATA1>;
+ phy-speed = <PHY_SPEED_5G>;
+ };
+
+ phy4 {
+ phy-type = <PHY_TYPE_USB3_HOST1>;
+ phy-speed = <PHY_SPEED_5G>;
+ };
+
+ phy5 {
+ phy-type = <PHY_TYPE_PEX2>;
+ phy-speed = <PHY_SPEED_5G>;
+ };
+};
+
+&utmi0 {
+ status = "okay";
+};
+
+&utmi1 {
+ status = "okay";
+};