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.11-rc2 16 lines 337 B view raw
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright 2013 Sascha Hauer, Pengutronix 4 * Copyright 2013-2017 Markus Niebel <Markus.Niebel@tq-group.com> 5 */ 6 7#include "imx6dl.dtsi" 8#include "imx6qdl-tqma6a.dtsi" 9#include "imx6qdl-tqma6.dtsi" 10 11/ { 12 memory@10000000 { 13 device_type = "memory"; 14 reg = <0x10000000 0x20000000>; 15 }; 16};