blob: d9ad1c6a4b3c8363d08258a4216a6b79c14b17ab [file] [log] [blame]
Meenakshi Aggarwal9ed303d2020-12-04 20:17:28 +05301// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * NXP LX2162AQDS device tree source for the SERDES block #1 - protocol 20
4 *
5 * Some assumptions are made:
6 * * Mezzanine card M8 is connected to IO SLOT1
7 * (xlaui4 for DPMAC 1)
8 *
Yangbo Lu38d1a182021-05-14 10:33:57 +08009 * Copyright 2020-2021 NXP
Meenakshi Aggarwal9ed303d2020-12-04 20:17:28 +053010 *
11 */
12
13#include "fsl-lx2160a-qds.dtsi"
14
15&dpmac1 {
16 status = "okay";
17 phy-handle = <&cortina_phy1_0>;
18 phy-connection-type = "xlaui4";
19};
20
21&emdio1_slot1 {
22 cortina_phy1_0: ethernet-phy@0 {
23 compatible = "ethernet-phy-ieee802.3-c45";
24 reg = <0x0>;
25 };
26};
Yangbo Lu38d1a182021-05-14 10:33:57 +080027
28&esdhc1 {
29 mmc-hs200-1_8v;
30 mmc-hs400-1_8v;
31 bus-width = <8>;
32};