1// SPDX-License-Identifier: GPL-2.0+ OR X11 2/* 3 * Device tree fragment for RCW SCH-28021 card 4 * 5 * Copyright 2019-2021 NXP Semiconductors 6 */ 7 8/* 9 * SCH-28021 is a QSGMII add-on card used with various FSL QDS boards. 10 * It integrates a VSC8514 quad PHY which supports 4 interfaces muxed on a 11 * single QSGMII lane. 12 * PHY addresses are 0x08 - 0x0b. 13 * On the card the first port is the top port (farthest from PEX connector). 14 */ 15phy@08 { 16 reg = <0x08>; 17}; 18 19phy@09 { 20 reg = <0x09>; 21}; 22 23phy@0a { 24 reg = <0x0a>; 25}; 26 27phy@0b { 28 reg = <0x0b>; 29}; 30