Alex Marginean | 72f3aa5 | 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-30842 card | ||||
4 | * | ||||
5 | * Copyright 2019-2021 NXP Semiconductors | ||||
6 | */ | ||||
7 | |||||
8 | /* | ||||
9 | * SCH-30842 is a single port add-on card used with various FSL QDS boards. | ||||
10 | * It integrates a AQR112 PHY, which supports several protocols - SGMII, | ||||
11 | * SGMII-2500, USXGMII, XFI. | ||||
12 | * PHY address is 0x02. | ||||
13 | */ | ||||
14 | phy@02 { | ||||
15 | reg = <0x02>; | ||||
16 | mdi-reversal = <1>; | ||||
17 | smb-addr = <0x25>; | ||||
18 | }; |