mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
17 lines
335 B
Text
17 lines
335 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
//
|
||
|
// Copyright (C) 2020 TQ-Systems GmbH
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include <dt-bindings/gpio/gpio.h>
|
||
|
#include "imx6dl-tqma6a.dtsi"
|
||
|
#include "imx6qdl-mba6.dtsi"
|
||
|
#include "imx6qdl-mba6a.dtsi"
|
||
|
#include "imx6dl-mba6.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "TQ TQMa6S on MBa6x";
|
||
|
compatible = "tq,mba6a", "tq,tqma6dl", "fsl,imx6dl";
|
||
|
};
|