2018-12-20 06:33:06 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Nordic Semiconductor ASA
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <mem.h>
|
2023-04-14 17:38:27 +08:00
|
|
|
#include <nordic/nrf91ns.dtsi>
|
2018-12-20 06:33:06 +08:00
|
|
|
|
|
|
|
&flash0 {
|
|
|
|
reg = <0x00000000 DT_SIZE_K(1024)>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&sram0 {
|
|
|
|
reg = <0x20000000 DT_SIZE_K(256)>;
|
|
|
|
};
|
2019-01-11 02:17:02 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
2023-07-27 17:52:32 +08:00
|
|
|
compatible = "nordic,nrf9160-sica", "nordic,nrf9160",
|
|
|
|
"nordic,nrf91", "simple-bus";
|
2019-01-11 02:17:02 +08:00
|
|
|
};
|
|
|
|
};
|