Skip to content

Commit 9d5eb5a

Browse files
duynguyenxastephanosio
authored andcommitted
dts: rx: Update missing write,erase block size RX26T
Flash node on RX26 is missing write-block-size and erase-block-size Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent 29d7529 commit 9d5eb5a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dts/rx/renesas/r5f526tfddfp.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@
172172
compatible = "renesas,rx-nv-flash";
173173
reg = <0xfff80000 DT_SIZE_K(512)>;
174174
ranges = <0x0 0xfff80000 DT_SIZE_K(512)>;
175+
write-block-size = <128>;
176+
erase-block-size = <DT_SIZE_K(16)>;
175177
};
176178

177179
data_flash: flash@100000 {
@@ -180,6 +182,8 @@
180182
compatible = "renesas,rx-nv-flash";
181183
reg = <0x100000 DT_SIZE_K(16)>;
182184
ranges = <0x0 0x100000 DT_SIZE_K(16)>;
185+
write-block-size = <1>;
186+
erase-block-size = <64>;
183187
};
184188
};
185189
};

0 commit comments

Comments
 (0)