1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (C) 2016 Marvell Technology Group Ltd. 4 * 5 * Device Tree file for MACCHIATOBin Armada 8040 community board platform 6 */ 7 8#include "armada-8040-mcbin.dtsi" 9 10/ { 11 model = "Marvell 8040 MACCHIATOBin Single-shot"; 12 compatible = "marvell,armada8040-mcbin-singleshot", 13 "marvell,armada8040-mcbin", "marvell,armada8040", 14 "marvell,armada-ap806-quad", "marvell,armada-ap806"; 15}; 16 17&cp0_eth0 { 18 status = "okay"; 19 phy-mode = "10gbase-r"; 20 managed = "in-band-status"; 21 sfp = <&sfp_eth0>; 22}; 23 24&cp1_eth0 { 25 status = "okay"; 26 phy-mode = "10gbase-r"; 27 managed = "in-band-status"; 28 sfp = <&sfp_eth1>; 29}; 30