-
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: davinci: da850 evm: add DT data
Add device tree data for DA850 EVM. At this time, only information on serial ports is added. Signed-off-by: Sekhar Nori <nsekhar@ti.com>
- Loading branch information
Sekhar Nori
committed
Oct 29, 2012
1 parent
33085b3
commit 27e6e0d
Showing
3 changed files
with
33 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,28 @@ | ||
/* | ||
* Device Tree for DA850 EVM board | ||
* | ||
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License as published by the | ||
* Free Software Foundation, version 2. | ||
*/ | ||
/dts-v1/; | ||
/include/ "da850.dtsi" | ||
|
||
/ { | ||
compatible = "ti,da850-evm", "ti,da850"; | ||
model = "DA850/AM1808/OMAP-L138 EVM"; | ||
|
||
soc { | ||
serial0: serial@1c42000 { | ||
status = "okay"; | ||
}; | ||
serial1: serial@1d0c000 { | ||
status = "okay"; | ||
}; | ||
serial2: serial@1d0d000 { | ||
status = "okay"; | ||
}; | ||
}; | ||
}; |
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