summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb-dpdk.dts
blob: 8c96db91c46382b8dc6465209377fd3f8b406700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * NXP LS1028A RDB Board device tree file for DPDK
 *
 * Copyright 2018-2020 NXP
 */

/dts-v1/;
#include "fsl-ls1028a-rdb.dts"

&enetc_port0 {
	/* Leave the port with SGMII in-band autoneg enabled */
	/delete-property/ phy-handle;
};

/delete-node/ &enetc_mdio_pf3;

/* l2switch ports */
&mscc_felix_port0 {
	/delete-property/ phy-handle;
};

&mscc_felix_port1 {
	/delete-property/ phy-handle;
};

&mscc_felix_port2 {
	/delete-property/ phy-handle;
};

&mscc_felix_port3 {
	/delete-property/ phy-handle;
};

&mscc_felix_port5 {
	status = "okay";
};

&enetc_port3 {
	status = "okay";
};