-
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: BCM63XX: add BCM963138DVT Reference platform DTS
Add a DTS file for the Broadcom BCM963138DVT reference platform board which leverages the bcm63138.dtsi SoC DTSi file. Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
- Loading branch information
Florian Fainelli
committed
Sep 17, 2014
1 parent
46d4bca
commit 9c8c1b9
Showing
2 changed files
with
31 additions
and
0 deletions.
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,30 @@ | ||
/* | ||
* Broadcom BCM63138 Reference Board DTS | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
#include "bcm63138.dtsi" | ||
|
||
/ { | ||
compatible = "brcm,BCM963138DVT", "brcm,bcm63138"; | ||
model = "Broadcom BCM963138DVT"; | ||
|
||
chosen { | ||
bootargs = "console=ttyS0,115200"; | ||
stdout-path = &serial0; | ||
}; | ||
|
||
memory { | ||
reg = <0x0 0x08000000>; | ||
}; | ||
|
||
}; | ||
|
||
&serial0 { | ||
status = "okay"; | ||
}; | ||
|
||
&serial1 { | ||
status = "okay"; | ||
}; |