blob: 27c3d655bff27d1be51f460a73e39bea6098bfb2 [file] [log] [blame]
Alex Margineana7fdac72021-01-27 13:00:00 +02001// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * NXP LS1028A-QDS device tree fragment for RCW 7xx7
4 *
Vladimir Oltean66fd01f2021-09-17 14:27:13 +03005 * Copyright 2019-2021 NXP
Alex Margineana7fdac72021-01-27 13:00:00 +02006 */
7
8&slot1 {
9#include "fsl-sch-30841.dtsi"
10};
11
Michael Wallec816dd02021-10-13 18:14:15 +020012&enetc_port2 {
Vladimir Oltean39dca762021-06-29 20:53:11 +030013 status = "okay";
14};
15
Alex Margineana7fdac72021-01-27 13:00:00 +020016&mscc_felix {
17 status = "okay";
18};
19
20&mscc_felix_port0 {
21 status = "okay";
Vladimir Oltean7c2d5d12021-09-18 15:32:35 +030022 phy-mode = "2500base-x";
Michael Wallefb19c6b2021-10-13 18:14:05 +020023 phy-handle = <&{/soc/i2c@2000000/fpga@66/mux-mdio@54/mdio@40/phy@02}>;
Alex Margineana7fdac72021-01-27 13:00:00 +020024};
25
26&mscc_felix_port3 {
27 status = "okay";
Vladimir Oltean7c2d5d12021-09-18 15:32:35 +030028 phy-mode = "2500base-x";
Michael Wallefb19c6b2021-10-13 18:14:05 +020029 phy-handle = <&{/soc/i2c@2000000/fpga@66/mux-mdio@54/mdio@40/phy@03}>;
Alex Margineana7fdac72021-01-27 13:00:00 +020030};
Vladimir Oltean39dca762021-06-29 20:53:11 +030031
32&mscc_felix_port4 {
Michael Wallec816dd02021-10-13 18:14:15 +020033 ethernet = <&enetc_port2>;
Vladimir Oltean39dca762021-06-29 20:53:11 +030034 status = "okay";
35};