mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
18 lines
304 B
Text
18 lines
304 B
Text
|
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
||
|
/*
|
||
|
* NXP LX2160AQDS device tree source for SERDES protocol 3.x.x
|
||
|
*
|
||
|
* Copyright 2020 NXP
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "fsl-lx2160a-qds-sd1-3.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "NXP Layerscape LX2160AQDS Board (DTS 3.x.x)";
|
||
|
compatible = "fsl,lx2160aqds", "fsl,lx2160a";
|
||
|
|
||
|
};
|