mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
f180f4a482
Introduce dtsi for i.MX8QXP, since there is other variants i.MX8DX(P), so add them there, because i.MX8QXP includes the dtsi of them. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Anatolij Gustschin <agust@denx.de>
11 lines
177 B
Text
11 lines
177 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2018 NXP
|
|
*/
|
|
|
|
#include "fsl-imx8dx.dtsi"
|
|
|
|
/ {
|
|
model = "Freescale i.MX8DXP";
|
|
compatible = "fsl,imx8dxp", "fsl,imx8qxp";
|
|
};
|