1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2013 Sascha Hauer, Pengutronix
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright 2013-2021 TQ-Systems GmbH
6*f126890aSEmmanuel Vadot * Author: Markus Niebel <Markus.Niebel@tq-group.com>
7*f126890aSEmmanuel Vadot */
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot/dts-v1/;
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot#include <dt-bindings/gpio/gpio.h>
12*f126890aSEmmanuel Vadot#include "imx6dl-tqma6b.dtsi"
13*f126890aSEmmanuel Vadot#include "imx6qdl-mba6.dtsi"
14*f126890aSEmmanuel Vadot#include "imx6qdl-mba6b.dtsi"
15*f126890aSEmmanuel Vadot#include "imx6dl-mba6.dtsi"
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot/ {
18*f126890aSEmmanuel Vadot	model = "TQ TQMa6S/DL on MBa6x";
19*f126890aSEmmanuel Vadot	compatible = "tq,imx6dl-mba6x-b", "tq,mba6b",
20*f126890aSEmmanuel Vadot		     "tq,imx6dl-tqma6dl-b", "fsl,imx6dl";
21*f126890aSEmmanuel Vadot};
22