Skip to content

Commit

Permalink
applications: sdp: gpio: align RRAM
Browse files Browse the repository at this point in the history
Since FLPR's SRAM was shrunk, so can be the RRAM.

Signed-off-by: Marcin Szymczyk <[email protected]>
  • Loading branch information
masz-nordic committed Oct 18, 2024
1 parent 00bf910 commit ee4bf7e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
};
};

&cpuflpr_rram {
reg = <0x179800 DT_SIZE_K(14)>;
};

&cpuflpr_code_partition {
reg = <0x0 DT_SIZE_K(14)>;
};

&cpuflpr_sram {
reg = <0x2003c800 DT_SIZE_K(14)>;
ranges = <0x0 0x2003c800 0x3800>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
};
};

&cpuflpr_rram {
reg = <0x17a000 DT_SIZE_K(12)>;
};

&cpuflpr_code_partition {
reg = <0x0 DT_SIZE_K(12)>;
};

&cpuflpr_sram {
reg = <0x2003d000 DT_SIZE_K(12)>;
ranges = <0x0 0x2003d000 0x3000>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
};
};

&cpuflpr_rram {
reg = <0x17a000 DT_SIZE_K(12)>;
};

&cpuflpr_code_partition {
reg = <0x0 DT_SIZE_K(12)>;
};

&cpuflpr_sram {
reg = <0x2003d000 DT_SIZE_K(12)>;
ranges = <0x0 0x2003d000 0x3000>;
Expand Down

0 comments on commit ee4bf7e

Please sign in to comment.