17 lines
254 B
Plaintext
17 lines
254 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2018 Nordic Semiconductor ASA
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include <nordic/nrf9160_sica.dtsi>
|
||
|
#include "nrf9160_pca10090_common.dts"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
zephyr,sram = &sram0;
|
||
|
zephyr,flash = &flash0;
|
||
|
};
|
||
|
};
|