File tree Expand file tree Collapse file tree 4 files changed +106
-1
lines changed Expand file tree Collapse file tree 4 files changed +106
-1
lines changed Original file line number Diff line number Diff line change 1515	chosen {
1616		zephyr,sram = &sram1;
1717		zephyr,flash = &code_mram_cm33;
18+ 		zephyr,flash-controller = &mram_ctrl;
19+ 		zephyr,code-partition = &slot0_partition;
1820		zephyr,console = &uart9;
1921		zephyr,shell-uart = &uart9;
2022	};
105107	};
106108};
107109
110+ &code_mram_cm33 {
111+ 	partitions {
112+ 		compatible = "fixed-partitions";
113+ 		#address-cells = <1>;
114+ 		#size-cells = <1>;
115+ 
116+ 		boot_partition: partition@0 {
117+ 			label = "mcuboot";
118+ 			reg = <0x0 DT_SIZE_K(44)>;
119+ 		};
120+ 
121+ 		slot0_partition: partition@b000 {
122+ 			label = "image-0";
123+ 			reg = <0xb000 DT_SIZE_K(98)>;
124+ 		};
125+ 
126+ 		slot1_partition: partition@23800 {
127+ 			label = "image-1";
128+ 			reg = <0x23800 DT_SIZE_K(98)>;
129+ 		};
130+ 
131+ 		scratch_partition: partition@3c000 {
132+ 			label = "image-scratch";
133+ 			reg = <0x3c000 DT_SIZE_K(8)>;
134+ 		};
135+ 
136+ 		storage_partition: partition@3e000 {
137+ 			label = "storage";
138+ 			reg = <0x3e000 DT_SIZE_K(8)>;
139+ 		};
140+ 	};
141+ };
142+ 
108143pmod_sd_shield: &sdhc0 {};
Original file line number Diff line number Diff line change 1616	chosen {
1717		zephyr,sram = &sram0;
1818		zephyr,flash = &code_mram_cm85;
19+ 		zephyr,flash-controller = &mram_ctrl;
20+ 		zephyr,code-partition = &slot0_partition;
1921		zephyr,console = &uart8;
2022		zephyr,shell-uart = &uart8;
2123	};
130132	burst-transfer = <256>;
131133};
132134
135+ &code_mram_cm85 {
136+ 	partitions {
137+ 		compatible = "fixed-partitions";
138+ 		#address-cells = <1>;
139+ 		#size-cells = <1>;
140+ 
141+ 		boot_partition: partition@0 {
142+ 			label = "mcuboot";
143+ 			reg = <0x0 DT_SIZE_K(64)>;
144+ 		};
145+ 
146+ 		slot0_partition: partition@10000 {
147+ 			label = "image-0";
148+ 			reg = <0x10000 DT_SIZE_K(272)>;
149+ 		};
150+ 
151+ 		slot1_partition: partition@54000 {
152+ 			label = "image-1";
153+ 			reg = <0x54000 DT_SIZE_K(272)>;
154+ 		};
155+ 
156+ 		scratch_partition: partition@98000 {
157+ 			label = "image-scratch";
158+ 			reg = <0x98000 DT_SIZE_K(16)>;
159+ 		};
160+ 
161+ 		storage_partition: partition@9c000 {
162+ 			label = "storage";
163+ 			reg = <0x9c000 DT_SIZE_K(16)>;
164+ 		};
165+ 	};
166+ };
167+ 
133168zephyr_lcdif: &lcdif {};
134169
135170pmod_sd_shield: &sdhc0 {};
Original file line number Diff line number Diff line change 1515	chosen {
1616		zephyr,sram = &sram0;
1717		zephyr,flash = &code_mram_cm85;
18+ 		zephyr,flash-controller = &mram_ctrl;
19+ 		zephyr,code-partition = &slot0_partition;
1820		zephyr,console = &uart9;
1921		zephyr,shell-uart = &uart9;
2022	};
9193		status = "okay";
9294	};
9395};
96+ 
97+ &code_mram_cm85 {
98+ 	partitions {
99+ 		compatible = "fixed-partitions";
100+ 		#address-cells = <1>;
101+ 		#size-cells = <1>;
102+ 
103+ 		boot_partition: partition@0 {
104+ 			label = "mcuboot";
105+ 			reg = <0x0 DT_SIZE_K(64)>;
106+ 		};
107+ 
108+ 		slot0_partition: partition@10000 {
109+ 			label = "image-0";
110+ 			reg = <0x10000 DT_SIZE_K(448)>;
111+ 		};
112+ 
113+ 		slot1_partition: partition@80000 {
114+ 			label = "image-1";
115+ 			reg = <0x80000 DT_SIZE_K(448)>;
116+ 		};
117+ 
118+ 		scratch_partition: partition@f0000 {
119+ 			label = "image-scratch";
120+ 			reg = <0xf0000 DT_SIZE_K(32)>;
121+ 		};
122+ 
123+ 		storage_partition: partition@f8000 {
124+ 			label = "storage";
125+ 			reg = <0xf8000 DT_SIZE_K(32)>;
126+ 		};
127+ 	};
128+ };
Original file line number Diff line number Diff line change 7373			status = "okay";
7474		};
7575
76- 		mram : mram-controller@4013c000 {
76+ 		mram_ctrl : mram-controller@4013c000 {
7777			compatible = "renesas,ra-mram-controller";
7878			reg = <0x4013c000 0x4000>;
7979			#address-cells = <1>;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments