2018-02-14 20:17:31 +08:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2017-01-17 19:17:35 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2016 Marvell Technology Group Ltd.
|
|
|
|
*
|
|
|
|
* Device Tree file for MACCHIATOBin Armada 8040 community board platform
|
|
|
|
*/
|
|
|
|
|
2018-11-06 01:25:41 +08:00
|
|
|
#include "armada-8040-mcbin.dtsi"
|
2017-07-12 20:56:55 +08:00
|
|
|
|
2017-01-17 19:17:35 +08:00
|
|
|
/ {
|
2018-11-06 01:25:41 +08:00
|
|
|
model = "Marvell 8040 MACCHIATOBin Double-shot";
|
|
|
|
compatible = "marvell,armada8040-mcbin-doubleshot",
|
|
|
|
"marvell,armada8040-mcbin", "marvell,armada8040",
|
2017-01-17 19:17:35 +08:00
|
|
|
"marvell,armada-ap806-quad", "marvell,armada-ap806";
|
2017-07-09 03:16:39 +08:00
|
|
|
};
|
|
|
|
|
2018-01-02 22:55:58 +08:00
|
|
|
&cp0_xmdio {
|
2017-08-24 16:46:39 +08:00
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
phy0: ethernet-phy@0 {
|
|
|
|
compatible = "ethernet-phy-ieee802.3-c45";
|
|
|
|
reg = <0>;
|
2018-05-17 16:29:36 +08:00
|
|
|
sfp = <&sfp_eth0>;
|
2017-08-24 16:46:39 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
phy8: ethernet-phy@8 {
|
|
|
|
compatible = "ethernet-phy-ieee802.3-c45";
|
|
|
|
reg = <8>;
|
2018-05-17 16:29:36 +08:00
|
|
|
sfp = <&sfp_eth1>;
|
2017-08-24 16:46:39 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-01-02 22:55:58 +08:00
|
|
|
&cp0_eth0 {
|
2017-08-24 16:46:39 +08:00
|
|
|
status = "okay";
|
2017-09-21 15:54:07 +08:00
|
|
|
/* Network PHY */
|
2017-08-24 16:46:39 +08:00
|
|
|
phy = <&phy0>;
|
|
|
|
phy-mode = "10gbase-kr";
|
2017-06-08 18:42:43 +08:00
|
|
|
};
|
|
|
|
|
2018-01-02 22:55:58 +08:00
|
|
|
&cp1_eth0 {
|
2017-08-24 16:46:39 +08:00
|
|
|
status = "okay";
|
2017-09-21 15:54:07 +08:00
|
|
|
/* Network PHY */
|
2017-08-24 16:46:39 +08:00
|
|
|
phy = <&phy8>;
|
|
|
|
phy-mode = "10gbase-kr";
|
2017-01-17 19:17:35 +08:00
|
|
|
};
|