1// 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 * 9 * Copyright 2020-2021 NXP 10 * 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}; 27 28&esdhc1 { 29 mmc-hs200-1_8v; 30 mmc-hs400-1_8v; 31 bus-width = <8>; 32}; 33