Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / arch / arm / boot / dts / pxa910-dkb.dts
blobe92be5a474e76f9bff3bb98e93682bc0c431a7d1
1 /*
2  *  Copyright (C) 2012 Marvell Technology Group Ltd.
3  *  Author: Haojian Zhuang <haojian.zhuang@marvell.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  *  publishhed by the Free Software Foundation.
8  */
10 /dts-v1/;
11 /include/ "pxa910.dtsi"
13 / {
14         model = "Marvell PXA910 DKB Development Board";
15         compatible = "mrvl,pxa910-dkb", "mrvl,pxa910";
17         chosen {
18                 bootargs = "console=ttyS0,115200 root=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.168.1.100::255.255.255.0::eth0:on";
19         };
21         memory {
22                 reg = <0x00000000 0x10000000>;
23         };
25         soc {
26                 apb@d4000000 {
27                         uart1: uart@d4017000 {
28                                 status = "okay";
29                         };
30                         twsi1: i2c@d4011000 {
31                                 status = "okay";
32                         };
33                         rtc: rtc@d4010000 {
34                                 status = "okay";
35                         };
36                 };
37         };