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.7-rc3 22 lines 288 B view raw
1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Copyright 2016-2020 Toradex 4 */ 5 6#include "imx7d.dtsi" 7#include "imx7-colibri.dtsi" 8 9/ { 10 memory@80000000 { 11 device_type = "memory"; 12 reg = <0x80000000 0x20000000>; 13 }; 14}; 15 16&gpmi { 17 status = "okay"; 18}; 19 20&usbotg2 { 21 dr_mode = "host"; 22};