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 v6.2-rc7 19 lines 349 B view raw
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (C) 2015 Amarula Solutions B.V. 4 * Copyright (C) 2015 Engicam S.r.l. 5 */ 6 7/dts-v1/; 8 9#include "imx6q.dtsi" 10#include "imx6qdl-icore-rqs.dtsi" 11 12/ { 13 model = "Engicam i.CoreM6 Quad/Dual RQS Starter Kit"; 14 compatible = "engicam,imx6-icore-rqs", "fsl,imx6q"; 15}; 16 17&sata { 18 status = "okay"; 19};