We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56cb0a commit 0f0c80eCopy full SHA for 0f0c80e
dts/vendor/nordic/nrf54l10.dtsi
@@ -25,14 +25,14 @@
25
};
26
27
&cpuapp_rram {
28
- reg = <0x0 DT_SIZE_K(960)>;
+ reg = <0x0 DT_SIZE_K(950)>;
29
30
31
-/* 960 + 62 = 1022KB */
+/* 950 + 62 = 1012KB */
32
&rram_controller {
33
- cpuflpr_rram: rram@f0000 {
+ cpuflpr_rram: rram@ed800 {
34
compatible = "soc-nv-flash";
35
- reg = <0xf0000 DT_SIZE_K(62)>;
+ reg = <0xed800 DT_SIZE_K(62)>;
36
erase-block-size = <4096>;
37
write-block-size = <16>;
38
0 commit comments