forked from Minki/linux
c2e4987e0e
Add support for the Computer on Module Colibri iMX6ULL and its Bluetooth/Wifi variant along with the development/evaluation carrier board device trees. Follow the usual hierarchic include model, maintaining shared configuration in imx6ull-colibri.dtsi and imx6ull-colibri-eval-v3.dtsi respectively. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2018 Toradex AG
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6ull-colibri-nonwifi.dtsi"
|
|
#include "imx6ull-colibri-eval-v3.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX6ULL 256MB on Colibri Evaluation Board V3";
|
|
compatible = "toradex,colibri-imx6ull-eval", "fsl,imx6ull";
|
|
};
|