Adds skeleton dtsi for u5f9 for u5g9 to inherit from Moves the peripheral nodes into dtsi's that actually has the peripheral and includes them for SoC's higher in the series where applicable. signed-off-by: Harris Tomy <harristomy@gmail.com>
18 lines
293 B
Text
18 lines
293 B
Text
/*
|
|
* Copyright (c) 2021 Linaro Limited
|
|
* Copyright (c) 2025 Harris Tomy
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#include <mem.h>
|
|
#include <st/u5/stm32u585.dtsi>
|
|
|
|
/ {
|
|
soc {
|
|
flash-controller@40022000 {
|
|
flash0: flash@8000000 {
|
|
reg = <0x08000000 DT_SIZE_M(2)>;
|
|
};
|
|
};
|
|
};
|
|
};
|