File tree Expand file tree Collapse file tree 4 files changed +37
-19
lines changed
nordic-log-stm-dict/boards Expand file tree Collapse file tree 4 files changed +37
-19
lines changed Original file line number Diff line number Diff line change 4747 };
4848 };
4949
50- etr_buf_ram0x_region: memory@2f0be000 {
51- compatible = "nordic,owned-memory";
52- reg = <0x2f0be000 DT_SIZE_K(4)>;
53- status = "disabled";
54- nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RWS>;
55- #address-cells = <1>;
56- #size-cells = <1>;
57- ranges = <0x0 0x2f0be000 0x1000>;
58-
59- /* TODO In future move this region to cpuapp_ram0x_region. */
60- etr_buffer: memory@0 {
61- reg = <0x0 DT_SIZE_K(4)>;
62- };
63- };
64-
6550 cpuapp_cpurad_ram0x_region: memory@2f0bf000 {
6651 compatible = "nordic,owned-memory";
6752 reg = <0x2f0bf000 DT_SIZE_K(4)>;
Original file line number Diff line number Diff line change 119119 status = "okay";
120120};
121121
122- &etr_buf_ram0x_region {
123- status = "okay";
124- };
125-
126122&ram21_region {
127123 status = "okay";
128124};
Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: Apache-2.0
44 */
55
6+ / {
7+ reserved-memory {
8+ etr_buf_ram0x_region: memory@2f0be000 {
9+ compatible = "nordic,owned-memory";
10+ reg = <0x2f0be000 DT_SIZE_K(4)>;
11+ status = "okay";
12+ nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RWS>;
13+ #address-cells = <1>;
14+ #size-cells = <1>;
15+ ranges = <0x0 0x2f0be000 0x1000>;
16+
17+ etr_buffer: memory@0 {
18+ reg = <0x0 DT_SIZE_K(4)>;
19+ };
20+ };
21+ };
22+ };
23+
624&tbm {
725 status = "okay";
826};
Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: Apache-2.0
44 */
55
6+ / {
7+ reserved-memory {
8+ etr_buf_ram0x_region: memory@2f0be000 {
9+ compatible = "nordic,owned-memory";
10+ reg = <0x2f0be000 DT_SIZE_K(4)>;
11+ status = "okay";
12+ nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RWS>;
13+ #address-cells = <1>;
14+ #size-cells = <1>;
15+ ranges = <0x0 0x2f0be000 0x1000>;
16+
17+ etr_buffer: memory@0 {
18+ reg = <0x0 DT_SIZE_K(4)>;
19+ };
20+ };
21+ };
22+ };
23+
24+
625&tbm {
726 status = "okay";
827};
You can’t perform that action at this time.
0 commit comments