"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 58 lines 1.2 kB view raw
1// SPDX-License-Identifier: GPL-2.0+ OR X11 2/* 3 * NXP LS1028A-QDS device tree fragment for RCW 7777 4 * 5 * Copyright 2019-2021 NXP 6 */ 7 8/* 9 * This setup is using a SCH-30841 card with AQR412 10G quad PHY. 10 * 11 * Switch ports are mapped 1:1 to AQR412 card ports seated in slot 1. 12 * Bottom port is port 0. 13 * Note that this is only usable for: 14 * - QDS boards WITHOUT lane B rework, 15 * - AQR412 card WITHOUT lane A -> lane C rework 16 * 17 * The following DTS assumes DIP SW5[1-3] = 000b. 18 */ 19&slot1 { 20#include "fsl-sch-30841.dtsi" 21}; 22 23&enetc_port2 { 24 status = "okay"; 25}; 26 27&mscc_felix { 28 status = "okay"; 29}; 30 31&mscc_felix_port0 { 32 status = "okay"; 33 phy-mode = "2500base-x"; 34 phy-handle = <&{/soc/i2c@2000000/fpga@66/mux-mdio@54/mdio@40/phy@00}>; 35}; 36 37&mscc_felix_port1 { 38 status = "okay"; 39 phy-mode = "2500base-x"; 40 phy-handle = <&{/soc/i2c@2000000/fpga@66/mux-mdio@54/mdio@40/phy@01}>; 41}; 42 43&mscc_felix_port2 { 44 status = "okay"; 45 phy-mode = "2500base-x"; 46 phy-handle = <&{/soc/i2c@2000000/fpga@66/mux-mdio@54/mdio@40/phy@02}>; 47}; 48 49&mscc_felix_port3 { 50 status = "okay"; 51 phy-mode = "2500base-x"; 52 phy-handle = <&{/soc/i2c@2000000/fpga@66/mux-mdio@54/mdio@40/phy@03}>; 53}; 54 55&mscc_felix_port4 { 56 ethernet = <&enetc_port2>; 57 status = "okay"; 58};