22 lines
325 B
Plaintext
22 lines
325 B
Plaintext
/*
|
|
* Copyright (c) 2024 STMicroelectronics
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <st/wb0/stm32wb07.dtsi>
|
|
|
|
/ {
|
|
soc {
|
|
flash: flash-controller@40001000 {
|
|
flash0: flash@10040000 {
|
|
reg = <0x10040000 DT_SIZE_K(256)>;
|
|
};
|
|
};
|
|
};
|
|
|
|
sram0: memory@20000000 {
|
|
reg = <0x20000000 DT_SIZE_K(64)>;
|
|
};
|
|
};
|