-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: dts: berlin: add the Marvell BG2-Q DMP device tree
Adds initial support for the Marvell BG2-Q DMP. The board has 2GB of memory, an uart activated and what's initially supported by the Marvell Armada 1500 pro dtsi. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
- Loading branch information
Antoine Tenart
authored and
Sebastian Hesselbarth
committed
May 19, 2014
1 parent
374ddcb
commit 55d3de5
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* | ||
* Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com> | ||
* | ||
* This file is licensed under the terms of the GNU General Public | ||
* License version 2. This program is licensed "as is" without any | ||
* warranty of any kind, whether express or implied. | ||
*/ | ||
|
||
/dts-v1/; | ||
#include "berlin2q.dtsi" | ||
|
||
/ { | ||
model = "Marvell BG2-Q DMP"; | ||
compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin"; | ||
|
||
memory { | ||
device_type = "memory"; | ||
reg = <0x00000000 0x80000000>; | ||
}; | ||
|
||
choosen { | ||
bootargs = "console=ttyS0,115200 earlyprintk"; | ||
}; | ||
}; | ||
|
||
&uart0 { | ||
status = "okay"; | ||
}; |