19 lines
258 B
Plaintext
19 lines
258 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2019 Roland Ma
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <mem.h>
|
||
|
#include <st/f7/stm32f767.dtsi>
|
||
|
|
||
|
/ {
|
||
|
soc {
|
||
|
flash-controller@40023c00 {
|
||
|
flash0: flash@8000000 {
|
||
|
reg = <0x08000000 DT_SIZE_K(2048)>;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|