2018-09-15 12:31:37 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Linaro Limited
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <mem.h>
|
|
|
|
#include <atmel/same70.dtsi>
|
2020-05-05 00:18:32 +08:00
|
|
|
#include "dma_atmel_same70.h"
|
2018-09-15 12:31:37 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
sram0: memory@20400000 {
|
|
|
|
reg = <0x20400000 DT_SIZE_K(384)>;
|
|
|
|
};
|
2018-11-05 04:41:22 +08:00
|
|
|
|
|
|
|
soc {
|
|
|
|
flash-controller@400e0c00 {
|
|
|
|
flash0: flash@400000 {
|
|
|
|
reg = <0x00400000 DT_SIZE_K(2048)>;
|
2023-10-22 04:01:17 +08:00
|
|
|
erase-blocks = <&eefc 8 2048>, <&eefc 252 8192>;
|
2018-11-05 04:41:22 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2018-09-15 12:31:37 +08:00
|
|
|
};
|