Haojian Zhuang | ff290fc | 2012-04-19 18:44:50 +0800 | [diff] [blame] | 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 | */ |
| 9 | |
| 10 | /dts-v1/; |
| 11 | /include/ "mmp2.dtsi" |
| 12 | |
| 13 | / { |
Haojian Zhuang | 51ce291 | 2012-06-05 16:42:38 +0800 | [diff] [blame] | 14 | model = "Marvell MMP2 Brownstone Development Board"; |
Haojian Zhuang | ff290fc | 2012-04-19 18:44:50 +0800 | [diff] [blame] | 15 | compatible = "mrvl,mmp2-brownstone", "mrvl,mmp2"; |
| 16 | |
| 17 | chosen { |
| 18 | bootargs = "console=ttyS2,38400 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 | }; |
| 20 | |
| 21 | memory { |
Haojian Zhuang | 51ce291 | 2012-06-05 16:42:38 +0800 | [diff] [blame] | 22 | reg = <0x00000000 0x08000000>; |
Haojian Zhuang | ff290fc | 2012-04-19 18:44:50 +0800 | [diff] [blame] | 23 | }; |
| 24 | |
| 25 | soc { |
| 26 | apb@d4000000 { |
| 27 | uart3: uart@d4018000 { |
| 28 | status = "okay"; |
| 29 | }; |
| 30 | twsi1: i2c@d4011000 { |
| 31 | status = "okay"; |
| 32 | }; |
| 33 | rtc: rtc@d4010000 { |
| 34 | status = "okay"; |
| 35 | }; |
| 36 | }; |
| 37 | }; |
| 38 | }; |