summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-8040-db.dts
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-20 11:27:25 (GMT)
committerStefan Roese <sr@denx.de>2017-03-29 05:42:25 (GMT)
commita6555ebe1bd8bde87c7baccd83ce127bb1a6f098 (patch)
tree66132da758536baf0e608ba6902ff2d02ed36f68 /arch/arm/dts/armada-8040-db.dts
parente7935c47706755b8bc7b74db30203fbcd49331e5 (diff)
downloadu-boot-a6555ebe1bd8bde87c7baccd83ce127bb1a6f098.tar.xz
arm64: marvell: dts: add PPv2.2 description to Armada 7K/8K
This commit adds the description of the PPv2.2 hardware block for the Marvell Armada 7K and Armada 8K processors, and their corresponding Armada 7040 and 8040 Development boards. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'arch/arm/dts/armada-8040-db.dts')
-rw-r--r--arch/arm/dts/armada-8040-db.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-8040-db.dts b/arch/arm/dts/armada-8040-db.dts
index 40def9d..f1f196f 100644
--- a/arch/arm/dts/armada-8040-db.dts
+++ b/arch/arm/dts/armada-8040-db.dts
@@ -283,3 +283,19 @@
&cps_utmi0 {
status = "okay";
};
+
+&cpm_mdio {
+ phy1: ethernet-phy@1 {
+ reg = <1>;
+ };
+};
+
+&cpm_ethernet {
+ status = "okay";
+};
+
+&cpm_eth2 {
+ status = "okay";
+ phy = <&phy1>;
+ phy-mode = "rgmii-id";
+};