2019-03-21 21:42:53 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Linaro Limited
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
#include <mem.h>
|
|
|
|
#include <st/wb/stm32wb55.dtsi>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
sram0: memory@20000000 {
|
2022-04-16 23:38:07 +08:00
|
|
|
reg = <0x20000000 DT_SIZE_K(192)>;
|
2019-03-21 21:42:53 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
soc {
|
|
|
|
flash-controller@58004000 {
|
|
|
|
flash0: flash@8000000 {
|
2021-09-22 15:09:58 +08:00
|
|
|
reg = <0x08000000 DT_SIZE_K(808)>;
|
2019-03-21 21:42:53 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|