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 v5.16 19 lines 391 B view raw
1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Copyright 2016-2020 Toradex 4 */ 5 6/dts-v1/; 7#include "imx7d-colibri.dtsi" 8#include "imx7-colibri-eval-v3.dtsi" 9 10/ { 11 model = "Toradex Colibri iMX7D on Colibri Evaluation Board V3"; 12 compatible = "toradex,colibri-imx7d-eval-v3", "toradex,colibri-imx7d", 13 "fsl,imx7d"; 14}; 15 16&usbotg2 { 17 vbus-supply = <&reg_usbh_vbus>; 18 status = "okay"; 19};