Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.16 23 lines 546 B view raw
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 "imx6q.dtsi" 14#include "imx6qdl-gw52xx.dtsi" 15 16/ { 17 model = "Gateworks Ventana i.MX6 Quad GW52XX"; 18 compatible = "gw,imx6q-gw52xx", "gw,ventana", "fsl,imx6q"; 19}; 20 21&sata { 22 status = "okay"; 23};