mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
19 lines
311 B
Text
19 lines
311 B
Text
|
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
||
|
/*
|
||
|
* NXP LS1088AQDS device tree source for SERDES block #1 - protocol 29 (0x1d)
|
||
|
*
|
||
|
* Copyright 2020 NXP
|
||
|
*/
|
||
|
|
||
|
#include "fsl-ls1088a-qds.dtsi"
|
||
|
|
||
|
&dpmac1 {
|
||
|
status = "okay";
|
||
|
phy-connection-type = "xfi";
|
||
|
};
|
||
|
|
||
|
&dpmac2 {
|
||
|
status = "okay";
|
||
|
phy-connection-type = "xfi";
|
||
|
};
|