aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/dra7-evm.dts')
-rwxr-xr-xarch/arm/boot/dts/dra7-evm.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 2c902e95194..bc297a46651 100755
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -7,6 +7,18 @@
7 */ 7 */
8/dts-v1/; 8/dts-v1/;
9 9
10/*
11 * Following are the carveout addresses and the sizes for ION. SMC is not reserved for now
12 * C0000000 - SDRAM+1G
13 * BFD00000 - SMC (3MB)
14 * BA300000 - ION (90MB)
15 * B4300000 - TILER SECURE (81 MB)
16 * B3400000 - TILER NONSECURE (15 MB)
17*/
18/memreserve/ 0xba300000 0x5a00000;
19/memreserve/ 0xb5200000 0x5100000;
20/memreserve/ 0xb4300000 0xf00000;
21
10/include/ "dra7.dtsi" 22/include/ "dra7.dtsi"
11 23
12/ { 24/ {