mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08: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>
12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2018 NXP
|
|
*/
|
|
|
|
#include "fsl-imx8dx.dtsi"
|
|
|
|
/ {
|
|
model = "Freescale i.MX8DXP";
|
|
compatible = "fsl,imx8dxp", "fsl,imx8qxp";
|
|
};
|