Alex Marginean | a7fdac7 | 2021-01-27 13:00:00 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
| 2 | /* |
| 3 | * Device tree fragment for RCW SCH-28021 card |
| 4 | * |
Vladimir Oltean | 66fd01f | 2021-09-17 14:27:13 +0300 | [diff] [blame] | 5 | * Copyright 2019-2021 NXP |
Alex Marginean | a7fdac7 | 2021-01-27 13:00:00 +0200 | [diff] [blame] | 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 | */ |
| 15 | phy@08 { |
| 16 | reg = <0x08>; |
| 17 | }; |
| 18 | |
| 19 | phy@09 { |
| 20 | reg = <0x09>; |
| 21 | }; |
| 22 | |
| 23 | phy@0a { |
| 24 | reg = <0x0a>; |
| 25 | }; |
| 26 | |
| 27 | phy@0b { |
| 28 | reg = <0x0b>; |
| 29 | }; |