arm64: dts: st: fix memory region size on stm32mp235f-dk

STM32MP23x SoCs provide a DDR controller supporting up to 4GB/16-bit.
The control pin to properly configure 4GB/16-bit is not routed on
stm32mp235f-dk, that's why the board only supports 2GB.

Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/20250910-stm32mp231_gpio_update-v2-2-8510efa2c5cf@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Amelie Delaunay 2025-09-10 10:24:38 +02:00 committed by Alexandre Torgue
parent 7bfa81d4b2
commit 53c18dc078

View File

@ -57,7 +57,7 @@ led-blue {
memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x1 0x0>;
reg = <0x0 0x80000000 0x0 0x80000000>;
};
reserved-memory {