Thomas Petazzoni | 9ae6f74 | 2012-06-13 19:01:28 +0200 | [diff] [blame^] | 1 | /* |
| 2 | * Device Tree file for Marvell Armada XP evaluation board |
| 3 | * (DB-78460-BP) |
| 4 | * |
| 5 | * Copyright (C) 2012 Marvell |
| 6 | * |
| 7 | * Lior Amsalem <alior@marvell.com> |
| 8 | * Gregory CLEMENT <gregory.clement@free-electrons.com> |
| 9 | * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
| 10 | * |
| 11 | * This file is licensed under the terms of the GNU General Public |
| 12 | * License version 2. This program is licensed "as is" without any |
| 13 | * warranty of any kind, whether express or implied. |
| 14 | */ |
| 15 | |
| 16 | /dts-v1/; |
| 17 | /include/ "armada-xp.dtsi" |
| 18 | |
| 19 | / { |
| 20 | model = "Marvell Armada XP Evaluation Board"; |
| 21 | compatible = "marvell,axp-db", "marvell,armadaxp", "marvell,armada-370-xp"; |
| 22 | |
| 23 | chosen { |
| 24 | bootargs = "console=ttyS0,115200 earlyprintk"; |
| 25 | }; |
| 26 | |
| 27 | memory { |
| 28 | device_type = "memory"; |
| 29 | reg = <0x00000000 0x80000000>; /* 2 GB */ |
| 30 | }; |
| 31 | |
| 32 | soc { |
| 33 | serial@d0012000 { |
| 34 | clock-frequency = <250000000>; |
| 35 | status = "okay"; |
| 36 | }; |
| 37 | serial@d0012100 { |
| 38 | clock-frequency = <250000000>; |
| 39 | status = "okay"; |
| 40 | }; |
| 41 | serial@d0012200 { |
| 42 | clock-frequency = <250000000>; |
| 43 | status = "okay"; |
| 44 | }; |
| 45 | serial@d0012300 { |
| 46 | clock-frequency = <250000000>; |
| 47 | status = "okay"; |
| 48 | }; |
| 49 | }; |
| 50 | }; |