File tree Expand file tree Collapse file tree 2 files changed +6
-21
lines changed Expand file tree Collapse file tree 2 files changed +6
-21
lines changed Original file line number Diff line number Diff line change 2424 reg = <0x800 DT_SIZE_K(2)>;
2525 };
2626
27- cpuapp_data: memory@1000 {
28- reg = <0x1000 DT_SIZE_K(256)>;
27+ etr_buffer: memory@1000 {
28+ reg = <0x1000 DT_SIZE_K(4)>;
29+ };
30+
31+ cpuapp_data: memory@2000 {
32+ reg = <0x2000 DT_SIZE_K(252)>;
2933 };
3034 };
3135
4751 };
4852 };
4953
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-
6554 cpuapp_cpurad_ram0x_region: memory@2f0bf000 {
6655 compatible = "nordic,owned-memory";
6756 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};
You can’t perform that action at this time.
0 commit comments