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.5 29 lines 750 B view raw
1/* 2 * Copyright (c) 2015 MediaTek Inc. 3 * Author: Erin Lo <erin.lo@mediatek.com> 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 */ 14 15/dts-v1/; 16#include "mt2701.dtsi" 17 18/ { 19 model = "MediaTek MT2701 evaluation board"; 20 compatible = "mediatek,mt2701-evb", "mediatek,mt2701"; 21 22 memory { 23 reg = <0 0x80000000 0 0x40000000>; 24 }; 25}; 26 27&uart0 { 28 status = "okay"; 29};