blob: bff9e76570b681c4411b6a40c81975c9553f5f88 [file] [log] [blame]
Alex Margineana7fdac72021-01-27 13:00:00 +02001// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * Device tree fragment for RCW SCH-30842 card
4 *
Vladimir Oltean66fd01f2021-09-17 14:27:13 +03005 * Copyright 2019-2021 NXP
Alex Margineana7fdac72021-01-27 13:00:00 +02006 */
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,
Vladimir Oltean7c2d5d12021-09-18 15:32:35 +030011 * 2500base-x, USXGMII, 10GBase-R.
Alex Margineana7fdac72021-01-27 13:00:00 +020012 * PHY address is 0x02.
13 */
14phy@02 {
15 reg = <0x02>;
16 mdi-reversal = <1>;
17 smb-addr = <0x25>;
18};