2025-05-09 15:55:54 +12:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2025 Harris Tomy
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
#include <mem.h>
|
2025-05-22 12:56:16 +00:00
|
|
|
#include <st/u5/stm32u575.dtsi>
|
2025-05-09 15:55:54 +12:00
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
|
|
|
flash-controller@40022000 {
|
|
|
|
flash0: flash@8000000 {
|
2025-05-22 12:56:16 +00:00
|
|
|
reg = <0x08000000 DT_SIZE_M(1)>;
|
2025-05-09 15:55:54 +12:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|