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 v4.19 18 lines 391 B view raw
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright 2013 Freescale Semiconductor, Inc. 4 * 5 * Author: Fabio Estevam <fabio.estevam@freescale.com> 6 */ 7/dts-v1/; 8#include "imx6dl.dtsi" 9#include "imx6qdl-wandboard-revb1.dtsi" 10 11/ { 12 model = "Wandboard i.MX6 Dual Lite Board rev B1"; 13 compatible = "wand,imx6dl-wandboard", "fsl,imx6dl"; 14 15 memory@10000000 { 16 reg = <0x10000000 0x40000000>; 17 }; 18};