2021-09-01 14:40:32 +02:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2021 Linaro Limited
|
2025-06-04 08:08:20 +00:00
|
|
|
* Copyright (c) 2025 Harris Tomy
|
2021-09-01 14:40:32 +02:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
#include <mem.h>
|
|
|
|
#include <st/u5/stm32u585.dtsi>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
|
|
|
flash-controller@40022000 {
|
|
|
|
flash0: flash@8000000 {
|
|
|
|
reg = <0x08000000 DT_SIZE_M(2)>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|