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