Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@
zephyr,flash-controller = &rram_controller;
zephyr,boot-mode = &boot_mode0;
};

soc {
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;

nrf_kmu_reserved_push_area: memory@20000000 {
reg = <0x20000000 0x80>;
compatible = "zephyr,memory-region", "mmio-sram";
zephyr,memory-region = "nrf_kmu_reserved_push_area";
status = "okay";
};
};
};
};

/* Override NCS default to use entire SRAM for application CPU. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
#address-cells = <1>;
#size-cells = <1>;

softdevice_static_ram: partition@20000000 {
softdevice_static_ram: partition@20000080 {
label = "softdevice_static_ram";
reg = <0x20000000 DT_SIZE_K(5)>;
reg = <0x20000080 0x1380>;
};

softdevice_dynamic_ram: partition@20001678 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
#address-cells = <1>;
#size-cells = <1>;

softdevice_static_ram: partition@20000000 {
softdevice_static_ram: partition@20000080 {
label = "softdevice_static_ram";
reg = <0x20000000 DT_SIZE_K(5)>;
reg = <0x20000080 0x1380>;
};

softdevice_dynamic_ram: partition@20001400 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@
zephyr,flash-controller = &rram_controller;
zephyr,boot-mode = &boot_mode0;
};

soc {
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;

nrf_kmu_reserved_push_area: memory@20000000 {
reg = <0x20000000 0x80>;
compatible = "zephyr,memory-region", "mmio-sram";
zephyr,memory-region = "nrf_kmu_reserved_push_area";
status = "okay";
};
};
};
};

/* Override NCS default to use entire SRAM for application CPU. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
#address-cells = <1>;
#size-cells = <1>;

softdevice_static_ram: partition@20000000 {
softdevice_static_ram: partition@20000080 {
label = "softdevice_static_ram";
reg = <0x20000000 DT_SIZE_K(5)>;
reg = <0x20000080 0x1380>;
};

softdevice_dynamic_ram: partition@20001678 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
#address-cells = <1>;
#size-cells = <1>;

softdevice_static_ram: partition@20000000 {
softdevice_static_ram: partition@20000080 {
label = "softdevice_static_ram";
reg = <0x20000000 DT_SIZE_K(5)>;
reg = <0x20000080 0x1380>;
};

softdevice_dynamic_ram: partition@20001400 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@
zephyr,flash-controller = &rram_controller;
zephyr,boot-mode = &boot_mode0;
};

soc {
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;

nrf_kmu_reserved_push_area: memory@20000000 {
reg = <0x20000000 0x80>;
compatible = "zephyr,memory-region", "mmio-sram";
zephyr,memory-region = "nrf_kmu_reserved_push_area";
status = "okay";
};
};
};
};

/* Override NCS default to use entire SRAM for application CPU. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
#address-cells = <1>;
#size-cells = <1>;

softdevice_static_ram: partition@20000000 {
softdevice_static_ram: partition@20000080 {
label = "softdevice_static_ram";
reg = <0x20000000 DT_SIZE_K(5)>;
reg = <0x20000080 0x1380>;
};

softdevice_dynamic_ram: partition@20001678 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
#address-cells = <1>;
#size-cells = <1>;

softdevice_static_ram: partition@20000000 {
softdevice_static_ram: partition@20000080 {
label = "softdevice_static_ram";
reg = <0x20000000 DT_SIZE_K(5)>;
reg = <0x20000080 0x1380>;
};

softdevice_dynamic_ram: partition@20001400 {
Expand Down