]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/boot/dts/ge863-pro3.dtsi
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
[mirror_ubuntu-artful-kernel.git] / arch / arm / boot / dts / ge863-pro3.dtsi
CommitLineData
2e8e4711
FP
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
6db64d29 10#include "at91sam9260.dtsi"
2e8e4711
FP
11
12/ {
13 clocks {
cea5c34d
AB
14 main_xtal {
15 clock-frequency = <6000000>;
16 };
2e8e4711
FP
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};