blob: 788cc19c74952747db9f5238ce38c20f6d6069c5 [file] [log] [blame]
/*
* Copyright (c) 2018 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <ti/cc32xx.dtsi>
/ {
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(256)>;
};
flash0: serial-flash@0 {
reg = <0x0 DT_SIZE_K(1024)>;
};
flash1: flash@1000000 {
compatible = "soc-nv-flash";
reg = <0x01000000 DT_SIZE_K(1024)>;
};
};