blob: d225d5b3fb1e3faa03a05f9d959955c36be494dd [file] [log] [blame]
/*
* Copyright (c) 2018 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <nordic/nrf51822.dtsi>
/ {
flash-controller@4001E000 {
flash0: flash@0 {
reg = <0x00000000 DT_SIZE_K(256)>;
};
};
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(32)>;
};
};