17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0-or-later OR X11)
|
||
|
/*
|
||
|
* Copyright 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
|
||
|
* D-82229 Seefeld, Germany.
|
||
|
* Author: Alexander Stein
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "imx8qxp-tqma8xqp.dtsi"
|
||
|
#include "mba8xx.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "TQ-Systems i.MX8QXP TQMa8XQP on MBa8Xx";
|
||
|
compatible = "tq,imx8qxp-tqma8xqp-mba8xx", "tq,imx8qxp-tqma8xqp", "fsl,imx8qxp";
|
||
|
};
|