18 lines
291 B
Plaintext
18 lines
291 B
Plaintext
/*
|
|
* Copyright (c) 2024 STMicroelectronics
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <mem.h>
|
|
#include <st/h7rs/stm32h7r7.dtsi>
|
|
|
|
/*
|
|
* STM32H7S7 line contains the same peripherals as STM32H7R7.
|
|
*/
|
|
/ {
|
|
soc {
|
|
compatible = "st,stm32h7s7", "st,stm32h7rs", "simple-bus";
|
|
};
|
|
};
|