New parts from ST. See http://www.st.com/en/microcontrollers/stm32l4r5-s5.html for more details. Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
18 lines
262 B
Text
18 lines
262 B
Text
/*
|
|
* Copyright (c) 2018 Pushpal Sidhu
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <mem.h>
|
|
#include <st/l4/stm32l4r5.dtsi>
|
|
|
|
/ {
|
|
soc {
|
|
flash-controller@40022000 {
|
|
flash0: flash@8000000 {
|
|
reg = <0x08000000 DT_SIZE_K(2048)>;
|
|
};
|
|
};
|
|
};
|
|
};
|