Skip to content

Commit e5838ff

Browse files
petejohanson-adijhedberg
authored andcommitted
dts: arm: adi: Proper MAX32690 sram7 size
Correct the MAX32690 sram7 node's size to 192K, matching the hardware. Signed-off-by: Pete Johanson <[email protected]>
1 parent 31a94a8 commit e5838ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/adi/max32/max32690.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
sram7: memory@200d0000 {
102102
compatible = "mmio-sram";
103-
reg = <0x200d0000 DT_SIZE_K(64)>;
103+
reg = <0x200d0000 DT_SIZE_K(192)>;
104104
};
105105

106106
spixf: spixf@40027000 {

0 commit comments

Comments
 (0)