mirror of https://github.com/torvalds/linux.git
14 lines
289 B
Plaintext
14 lines
289 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
|
|
/*
|
|
* Copyright 2017 Gateworks Corporation
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx6dl.dtsi"
|
|
#include "imx6qdl-gw5904.dtsi"
|
|
|
|
/ {
|
|
model = "Gateworks Ventana i.MX6 DualLite/Solo GW5904";
|
|
compatible = "gw,imx6dl-gw5904", "gw,ventana", "fsl,imx6dl";
|
|
};
|