mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
19 lines
421 B
Text
19 lines
421 B
Text
|
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
||
|
/*
|
||
|
* Device tree fragment for RCW SCH-30842 card
|
||
|
*
|
||
|
* Copyright 2019-2021 NXP Semiconductors
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* SCH-30842 is a single port add-on card used with various FSL QDS boards.
|
||
|
* It integrates a AQR112 PHY, which supports several protocols - SGMII,
|
||
|
* SGMII-2500, USXGMII, XFI.
|
||
|
* PHY address is 0x02.
|
||
|
*/
|
||
|
phy@02 {
|
||
|
reg = <0x02>;
|
||
|
mdi-reversal = <1>;
|
||
|
smb-addr = <0x25>;
|
||
|
};
|