0f557deae3
Adding support for nRF9160 based InnBlue board V2.1. Supports both Secure and Non-Secure configurations along with various sensors (lis2dh12 / hts221) and devices(i2c / pwm). Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
/*
|
|
* Copyright (c) 2020 InnBlue
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include <nordic/nrf9160_sica.dtsi>
|
|
#include "nrf9160_innblue21_common.dts"
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,sram = &sram0;
|
|
zephyr,flash = &flash0;
|
|
zephyr,code-partition = &slot0_partition;
|
|
};
|
|
};
|