File tree Expand file tree Collapse file tree 3 files changed +23
-23
lines changed Expand file tree Collapse file tree 3 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ foreach(d APP ${PM_DOMAINS})
539
539
set (soc_nvs_controller_driver_kc CONFIG_SOC_FLASH_NRF_RRAM )
540
540
elseif (${image_name} _CONFIG_SOC_SERIES_NRF71X )
541
541
set (soc_nvs_controller mram_controller )
542
- set (soc_nvs_controller_driver_kc CONFIG_SOC_FLASH_NRF_MRAM )
542
+ set (soc_nvs_controller_driver_kc CONFIG_SOC_FLASH_NRF_MRAMC )
543
543
else ()
544
544
set (soc_nvs_controller flash_controller )
545
545
set (soc_nvs_controller_driver_kc CONFIG_SOC_FLASH_NRF )
Original file line number Diff line number Diff line change 812
812
status = "disabled";
813
813
};
814
814
815
- mram_controller: mram-controller@0x5004e000 {
816
- compatible = "nordic,mram-controller";
817
- reg = <0x5004e000 0x1000>;
818
- #address-cells = <1>;
819
- #size-cells = <1>;
820
- interrupts = <78 NRF_DEFAULT_IRQ_PRIORITY>;
821
-
822
- cpuapp_mram: mram@0 {
823
- compatible = "nordic,mram";
824
- reg = <0 DT_SIZE_K(3972)>;
825
- erase-block-size = <4096>;
826
- write-block-size = <4>;
827
- };
828
-
829
- cpuflpr_mram: mram@3e1000 {
830
- compatible = "nordic,mram";
831
- reg = <0x3e1000 DT_SIZE_K(116)>;
832
- erase-block-size = <4096>;
833
- write-block-size = <4>;
834
- };
835
- };
836
-
837
815
cpuapp_ppb: cpuapp-ppb-bus {
838
816
#address-cells = <1>;
839
817
#size-cells = <1>;
Original file line number Diff line number Diff line change @@ -21,6 +21,28 @@ kmu: kmu@49000 {
21
21
status = "disabled";
22
22
};
23
23
24
+ mram_controller: mram-controller@0x4e000 {
25
+ compatible = "nordic,mram-controller";
26
+ reg = <0x4e000 0x1000>;
27
+ #address-cells = <1>;
28
+ #size-cells = <1>;
29
+ interrupts = <78 NRF_DEFAULT_IRQ_PRIORITY>;
30
+
31
+ cpuapp_mram: mram@0 {
32
+ compatible = "soc-nv-flash";
33
+ reg = <0 DT_SIZE_K(3972)>;
34
+ erase-block-size = <4096>;
35
+ write-block-size = <4>;
36
+ };
37
+
38
+ cpuflpr_mram: mram@3e1000 {
39
+ compatible = "soc-nv-flash";
40
+ reg = <0x3e1000 DT_SIZE_K(116)>;
41
+ erase-block-size = <4096>;
42
+ write-block-size = <4>;
43
+ };
44
+ };
45
+
24
46
spu10: spu@80000 {
25
47
compatible = "nordic,nrf-spu";
26
48
reg = <0x80000 0x1000>;
You can’t perform that action at this time.
0 commit comments