diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/fsl-lx2160a-qds.dts')
-rw-r--r-- | roms/u-boot/arch/arm/dts/fsl-lx2160a-qds.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/fsl-lx2160a-qds.dts b/roms/u-boot/arch/arm/dts/fsl-lx2160a-qds.dts new file mode 100644 index 000000000..332c778d3 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/fsl-lx2160a-qds.dts @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: GPL-2.0+ OR X11 +/* + * NXP LX2160AQDS default device tree source + * + * Copyright 2020 NXP + * + */ + +/dts-v1/; + +#include "fsl-lx2160a-qds.dtsi" + +/ { + model = "NXP Layerscape LX2160AQDS Board"; + compatible = "fsl,lx2160aqds", "fsl,lx2160a"; +}; |