blob: 4aee5cc75fa43972d05910798bced91915072b87 [file] [log] [blame]
Fabio Porcedda2e8e4712012-06-27 11:08:19 +02001/*
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
Jean-Christophe PLAGNIOL-VILLARD6db64d22013-05-15 01:21:50 +080010#include "at91sam9260.dtsi"
Fabio Porcedda2e8e4712012-06-27 11:08:19 +020011
12/ {
13 clocks {
Alexandre Bellonicea5c342014-06-18 21:07:22 +020014 main_xtal {
15 clock-frequency = <6000000>;
16 };
Fabio Porcedda2e8e4712012-06-27 11:08:19 +020017 };
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};