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-24801 card |
| 4 | * |
| 5 | * Copyright 2019-2021 NXP Semiconductors |
| 6 | */ |
| 7 | |
| 8 | /* |
| 9 | * SCH-24801 is a 4xSGMII add-on card used with various FSL QDS boards. |
| 10 | * It integrates a VSC8234 quad PHY which supports 4 SGMII interfaces. |
| 11 | * PHY addresses are 0x1c - 0x1f. |
| 12 | * On the card the first port is the top port (farthest from PEX connector). |
| 13 | */ |
| 14 | phy@1c { |
| 15 | reg = <0x1c>; |
| 16 | }; |
| 17 | |
| 18 | phy@1d { |
| 19 | reg = <0x1d>; |
| 20 | }; |
| 21 | |
| 22 | phy@1e { |
| 23 | reg = <0x1e>; |
| 24 | }; |
| 25 | |
| 26 | phy@1f { |
| 27 | reg = <0x1f>; |
| 28 | }; |