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 17 lines 350 B view raw
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH 4 */ 5 6#include "imx6q.dtsi" 7#include "imx6qdl-phytec-pfla02.dtsi" 8 9/ { 10 model = "Phytec phyFLEX-i.MX6 Quad"; 11 compatible = "phytec,imx6q-pfla02", "fsl,imx6q"; 12 13 memory@10000000 { 14 device_type = "memory"; 15 reg = <0x10000000 0x80000000>; 16 }; 17};