Skip to content

Commit 10a72a1

Browse files
committed
dts: rx: Fix incorrect ram size information for RX
The RX QEMU platform SRAM size is 96KB, this commit correct the device tree information Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent 809326e commit 10a72a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/rx/renesas/rx-qemu.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
sram0: memory@0 {
140140
device_type = "memory";
141141
compatible = "mmio-sram";
142-
reg = <0x0 DT_SIZE_K(48)>;
142+
reg = <0x0 DT_SIZE_K(96)>;
143143
};
144144

145145
flash-controller@7e0000 {

0 commit comments

Comments
 (0)