aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6q-mba6b.dts
diff options
context:
space:
mode:
authorMichael Krummsdorf <michael.krummsdorf@ew.tq-group.com>2020-04-09 15:21:37 +0200
committerStefano Babic <sbabic@denx.de>2020-04-17 18:57:55 +0200
commitacdbe52674fc03521df56af467d4d2d0c6fd799f (patch)
treec31cafff4099f3d99c2c95cbaebe191cdac97818 /arch/arm/dts/imx6q-mba6b.dts
parentac1f2b498791ce1b7e5c2abb1f095a2a7a95c21a (diff)
downloadu-boot-acdbe52674fc03521df56af467d4d2d0c6fd799f.zip
u-boot-acdbe52674fc03521df56af467d4d2d0c6fd799f.tar.gz
u-boot-acdbe52674fc03521df56af467d4d2d0c6fd799f.tar.bz2
arm: dt: imx6qdl: add tqma6[qdl] som on mba6 mainboard
The device trees for TQMa6x SOM support variations in - CPU type: imx6dl- or imx6q- - MBa6 I2C bus access: -mba6a (i2c1) or -mba6b (i2c3) (plus the respective common/module include trees) - USBH1 is directly connected to a hub - USBOTG is connected to a separate connector and can act as host/device or full OTG port. Signed-off-by: Michael Krummsdorf <michael.krummsdorf@ew.tq-group.com>
Diffstat (limited to 'arch/arm/dts/imx6q-mba6b.dts')
-rw-r--r--arch/arm/dts/imx6q-mba6b.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6q-mba6b.dts b/arch/arm/dts/imx6q-mba6b.dts
new file mode 100644
index 0000000..9d117dd
--- /dev/null
+++ b/arch/arm/dts/imx6q-mba6b.dts
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0+
+//
+// Copyright (C) 2020 TQ-Systems GmbH
+
+/dts-v1/;
+
+#include <dt-bindings/gpio/gpio.h>
+#include "imx6q-tqma6b.dtsi"
+#include "imx6qdl-mba6.dtsi"
+#include "imx6qdl-mba6b.dtsi"
+#include "imx6q-mba6.dtsi"
+
+/ {
+ model = "TQ TQMa6Q on MBa6x";
+ compatible = "tq,mba6b", "fsl,imx6q";
+};