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.18 15 lines 270 B view raw
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright 2013 Sascha Hauer, Pengutronix 4 */ 5 6#include "imx6q.dtsi" 7#include "imx6qdl-tqma6b.dtsi" 8#include "imx6qdl-tqma6.dtsi" 9 10/ { 11 memory@10000000 { 12 device_type = "memory"; 13 reg = <0x10000000 0x40000000>; 14 }; 15};