Antoine Tenart | 55d3de5 | 2014-03-18 15:32:47 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com> |
| 3 | * |
| 4 | * This file is licensed under the terms of the GNU General Public |
| 5 | * License version 2. This program is licensed "as is" without any |
| 6 | * warranty of any kind, whether express or implied. |
| 7 | */ |
| 8 | |
| 9 | /dts-v1/; |
| 10 | #include "berlin2q.dtsi" |
| 11 | |
| 12 | / { |
| 13 | model = "Marvell BG2-Q DMP"; |
| 14 | compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin"; |
| 15 | |
| 16 | memory { |
| 17 | device_type = "memory"; |
| 18 | reg = <0x00000000 0x80000000>; |
| 19 | }; |
| 20 | |
| 21 | choosen { |
| 22 | bootargs = "console=ttyS0,115200 earlyprintk"; |
| 23 | }; |
| 24 | }; |
| 25 | |
Antoine Tenart | 3047086 | 2014-05-19 22:04:33 +0200 | [diff] [blame] | 26 | &sdhci1 { |
| 27 | broken-cd; |
| 28 | sdhci,wp-inverted; |
| 29 | status = "okay"; |
| 30 | }; |
| 31 | |
| 32 | &sdhci2 { |
| 33 | non-removable; |
| 34 | status = "okay"; |
| 35 | }; |
| 36 | |
Antoine Ténart | fbcdc07 | 2014-06-03 09:33:10 +0200 | [diff] [blame] | 37 | &i2c0 { |
| 38 | status = "okay"; |
| 39 | }; |
| 40 | |
| 41 | &i2c2 { |
| 42 | status = "okay"; |
| 43 | }; |
| 44 | |
Antoine Tenart | 55d3de5 | 2014-03-18 15:32:47 +0100 | [diff] [blame] | 45 | &uart0 { |
| 46 | status = "okay"; |
| 47 | }; |
Antoine Ténart | 7521519 | 2014-09-30 16:28:16 +0200 | [diff] [blame] | 48 | |
| 49 | ð0 { |
| 50 | status = "okay"; |
| 51 | }; |