mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 03:25:17 +00:00
Adding support for nRF9160 based InnBlue board V2.2. 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
290 B
Plaintext
18 lines
290 B
Plaintext
/*
|
|
* Copyright (c) 2020 InnBlue
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include <nordic/nrf9160ns_sica.dtsi>
|
|
#include "nrf9160_innblue22_common.dts"
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,flash = &flash0;
|
|
zephyr,sram = &sram0_ns;
|
|
zephyr,code-partition = &slot0_ns_partition;
|
|
};
|
|
};
|