diff options
author | Peng Fan <peng.fan@nxp.com> | 2018-10-18 14:28:36 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-10-22 13:00:09 +0200 |
commit | f180f4a482178c6d787c1ae43b5a486a2cc6c44a (patch) | |
tree | baa5568372b9d5805f1f9cd0fbcec462229a6c90 /arch/arm/dts/fsl-imx8dxp.dtsi | |
parent | 3cb1450380229d1def6c70a3748ee0dcaef7ab29 (diff) | |
download | u-boot-f180f4a482178c6d787c1ae43b5a486a2cc6c44a.tar.gz |
arm: dts: introduce dtsi for i.MX8QXP
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>
Diffstat (limited to 'arch/arm/dts/fsl-imx8dxp.dtsi')
-rw-r--r-- | arch/arm/dts/fsl-imx8dxp.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-imx8dxp.dtsi b/arch/arm/dts/fsl-imx8dxp.dtsi new file mode 100644 index 0000000000..cc688f4469 --- /dev/null +++ b/arch/arm/dts/fsl-imx8dxp.dtsi @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright 2018 NXP + */ + +#include "fsl-imx8dx.dtsi" + +/ { + model = "Freescale i.MX8DXP"; + compatible = "fsl,imx8dxp", "fsl,imx8qxp"; +}; |