blob: 2149e2b58989057a630ce2be6ac829d64bae8cdf [file] [log] [blame]
/*
* Copyright (c) 2019 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <atmel/samc2x.dtsi>
/ {
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(16)>;
};
soc {
nvmctrl: nvmctrl@41004000 {
flash0: flash@0 {
reg = <0 DT_SIZE_K(128)>;
};
};
};
};