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.11 47 lines 743 B view raw
1/* 2 * ge863_pro3.dtsi - Device Tree file for Telit GE863-PRO3 3 * 4 * Copyright (C) 2012 Telit, 5 * 2012 Fabio Porcedda <fabio.porcedda@gmail.com> 6 * 7 * Licensed under GPLv2 or later. 8 */ 9 10#include "at91sam9260.dtsi" 11 12/ { 13 clocks { 14 main_xtal { 15 clock-frequency = <6000000>; 16 }; 17 }; 18 19 ahb { 20 apb { 21 dbgu: serial@fffff200 { 22 status = "okay"; 23 }; 24 }; 25 26 nand0: nand@40000000 { 27 nand-bus-width = <8>; 28 nand-ecc-mode = "soft"; 29 nand-on-flash-bbt; 30 status = "okay"; 31 32 boot@0 { 33 label = "boot"; 34 reg = <0x0 0x7c0000>; 35 }; 36 37 root@07c0000 { 38 label = "root"; 39 reg = <0x7c0000 0x7840000>; 40 }; 41 }; 42 }; 43 44 chosen { 45 bootargs = "console=ttyS0,115200 root=ubi0:rootfs ubi.mtd=1 rootfstype=ubifs"; 46 }; 47};