forked from OP-TEE/optee_os
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstm32mp257f-ev1-ca35tdcid-resmem.dtsi
137 lines (112 loc) · 2.6 KB
/
stm32mp257f-ev1-ca35tdcid-resmem.dtsi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
* Copyright (C) 2024, STMicroelectronics
*/
/ {
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
/* Internal RAM reserved memory declaration */
tfa_bl31: tfa-bl31@a000000 {
reg = <0x0 0xa000000 0x0 0x20000>;
no-map;
};
hpdma_lli: hpdma-lli@a020000 {
reg = <0x0 0xa020000 0x0 0x20000>;
no-map;
};
bsec_mirror: bsec-mirror@a040000 {
reg = <0x0 0xa040000 0x0 0x1000>;
no-map;
};
cm33_sram1: cm33-sram1@a041000 {
reg = <0x0 0xa041000 0x0 0x1f000>;
no-map;
};
cm33_sram2: cm33-sram2@a060000 {
reg = <0x0 0xa060000 0x0 0x20000>;
no-map;
};
cm33_retram: cm33-retram@a080000 {
reg = <0x0 0xa080000 0x0 0x1f000>;
no-map;
};
ddr_param: ddr-param@a09f000 {
reg = <0x0 0xa09f000 0x0 0x1000>;
no-map;
};
/* PCIe reserved memory declaration */
pcie_device: pcie-device@10000000 {
reg = <0x0 0x10000000 0x0 0x10000000>;
no-map;
};
/* Backup RAM reserved memory declaration */
bl31_lowpower: bl31-lowpower@42000000 {
reg = <0x0 0x42000000 0x0 0x1000>;
no-map;
};
tfm_its: tfm-its@42001000 {
reg = <0x0 0x42001000 0x0 0x1000>;
no-map;
};
/* Octo Memory Manager reserved memory declaration */
mm_ospi1: mm-ospi@60000000 {
reg = <0x0 0x60000000 0x0 0x10000000>;
no-map;
};
/* DDR reserved memory declaration */
tfm_code: tfm-code@80000000 {
reg = <0x0 0x80000000 0x0 0x100000>;
no-map;
};
cm33_cube_fw: cm33-cube-fw@80100000 {
reg = <0x0 0x80100000 0x0 0x800000>;
no-map;
};
tfm_data: tfm-data@80900000 {
reg = <0x0 0x80900000 0x0 0x100000>;
no-map;
};
cm33_cube_data: cm33-cube-data@80a00000 {
reg = <0x0 0x80a00000 0x0 0x800000>;
no-map;
};
ipc_shmem: ipc-shmem@81200000 {
reg = <0x0 0x81200000 0x0 0x100000>;
no-map;
};
spare1: spare1@81300000 {
reg = <0x0 0x81300000 0x0 0xcc0000>;
no-map;
};
bl31_context: bl31-context@81fc0000 {
reg = <0x0 0x81fc0000 0x0 0x40000>;
no-map;
};
op_tee: op-tee@82000000 {
reg = <0x0 0x82000000 0x0 0x2000000>;
no-map;
};
linuxkernel1: linuxkernel1@84000000 {
reg = <0x0 0x84000000 0x0 0x76800000>;
no-map;
};
gpu_reserved: gpu-reserved@fa800000 {
reg = <0x0 0xfa800000 0x0 0x4000000>;
no-map;
};
ltdc_sec_layer: ltdc-sec-layer@fe800000 {
reg = <0x0 0xfe800000 0x0 0x800000>;
no-map;
};
ltdc_sec_rotation: ltdc-sec-rotation@ff000000 {
reg = <0x0 0xff000000 0x0 0x1000000>;
no-map;
};
linuxkernel2: linuxkernel2@100000000 {
reg = <0x1 0x00000000 0x0 0x80000000>;
no-map;
};
};
};