1/* 2 * Copyright (c) 2018 Linaro Limited 3 * Copyright (c) 2024 STMicroelectronics 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7#include <mem.h> 8#include <st/wb/stm32wb55.dtsi> 9 10/ { 11 sram0: memory@20000000 { 12 reg = <0x20000000 DT_SIZE_K(192)>; 13 }; 14 15 soc { 16 flash-controller@58004000 { 17 flash0: flash@8000000 { 18 reg = <0x08000000 DT_SIZE_K(808)>; 19 }; 20 }; 21 }; 22}; 23 24&pwr { 25 wkup-pin@2 { 26 reg = <0x2>; 27 wkup-gpios = <&gpioc 13 STM32_PWR_WKUP_PIN_SRC_0>; 28 }; 29 30 wkup-pin@3 { 31 reg = <0x3>; 32 wkup-gpios = <&gpioc 12 STM32_PWR_WKUP_PIN_SRC_0>; 33 }; 34 35 wkup-pin@5 { 36 reg = <0x5>; 37 wkup-gpios = <&gpioc 5 STM32_PWR_WKUP_PIN_SRC_0>; 38 }; 39}; 40