Linux Audio

Check our new training course

Linux BSP development engineering services

Need help to port Linux and bootloaders to your hardware?
Loading...
v5.4
 1// SPDX-License-Identifier: GPL-2.0-or-later
 2/*
 3 * Copyright 2013 Gateworks Corporation
 
 
 
 
 
 
 
 4 */
 5
 6/dts-v1/;
 7#include "imx6dl.dtsi"
 8#include "imx6qdl-gw51xx.dtsi"
 9
10/ {
11	model = "Gateworks Ventana i.MX6 DualLite/Solo GW51XX";
12	compatible = "gw,imx6dl-gw51xx", "gw,ventana", "fsl,imx6dl";
13};
v4.6
 
 1/*
 2 * Copyright 2013 Gateworks Corporation
 3 *
 4 * The code contained herein is licensed under the GNU General Public
 5 * License. You may obtain a copy of the GNU General Public License
 6 * Version 2 or later at the following locations:
 7 *
 8 * http://www.opensource.org/licenses/gpl-license.html
 9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/dts-v1/;
13#include "imx6dl.dtsi"
14#include "imx6qdl-gw51xx.dtsi"
15
16/ {
17	model = "Gateworks Ventana i.MX6 DualLite/Solo GW51XX";
18	compatible = "gw,imx6dl-gw51xx", "gw,ventana", "fsl,imx6dl";
19};