1/*
2 * Copyright (c) 2024 STMicroelectronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/** STM32WB06 is identical to STM32WB07, except for RAM size */
8#include <st/wb0/stm32wb07.dtsi>
9
10/ {
11 soc {
12 compatible = "st,stm32wb06", "st,stm32wb0", "simple-bus";
13 };
14};
15