13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2023 STMicroelectronics
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
#include <st/wba/stm32wba52.dtsi>
|
||
|
|
||
|
/ {
|
||
|
soc {
|
||
|
compatible = "st,stm32wba55", "st,stm32wba", "simple-bus";
|
||
|
};
|
||
|
};
|