diff options
author | Tom Rini <trini@konsulko.com> | 2017-04-04 09:17:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-04 09:17:56 -0400 |
commit | f532703665ae5e5957211bbc4e7296a8313cc403 (patch) | |
tree | 83553bf3d230f555feadaa1d3958742f232bd4cc /arch/arm/dts/armada-8040-db.dts | |
parent | 797f165f7ae90a75579ae3df7932d8d1518e8544 (diff) | |
parent | 941f7a4b2606ef468f4f3b763261b758eadee861 (diff) |
Merge git://www.denx.de/git/u-boot-marvell
This includes Marvell mvpp2 patches with the ethernet support for the
ARMv8 Armada 7k/8k platforms. The ethernet patches are all acked by Joe
and he is okay with me pushing them via the Marvell tree.
Diffstat (limited to 'arch/arm/dts/armada-8040-db.dts')
-rw-r--r-- | arch/arm/dts/armada-8040-db.dts | 16 |
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 40def9d6cd..f1f196f563 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"; +}; |