blob: d5430e0296e82568ff1c1295a34ae40bf3709526 [file] [log] [blame]
/*
* Copyright (c) 2018 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <ti/msp432p4xx.dtsi>
/ {
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(64)>;
};
flash0: serial-flash@0 {
reg = <0x0 DT_SIZE_K(256)>;
};
};