blob: 0fd2cd594e9665f610b35f9c65ecce87fde5d446 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
syscfg.defs:
BSP_NRF9160:
description: 'Set to indicate that BSP has NRF9160'
value: 1
UARTBB_0:
description: 'Enable bit-banger UART 0'
value: 0
RAM_RESIDENT:
description: 'Compile app to be loaded to RAM'
value: 0
syscfg.vals:
# Enable nRF9160 MCU
MCU_TARGET: nRF9160
# Set default pins for peripherals
# UART_0_PIN_TX: 5
# UART_0_PIN_RX: 3
# UART_0_PIN_RTS: 40
# UART_0_PIN_CTS: 7
UART_1_PIN_TX: 29
UART_1_PIN_RX: 28
UART_1_PIN_RTS: 27
UART_1_PIN_CTS: 26
UART_2_PIN_TX: 1
UART_2_PIN_RX: 0
UART_2_PIN_RTS: 14
UART_2_PIN_CTS: 15
I2C_0_PIN_SCL: 27
I2C_0_PIN_SDA: 30
SPI_0_MASTER_PIN_SCK: 19
SPI_0_MASTER_PIN_MOSI: 18
SPI_0_MASTER_PIN_MISO: 17
SPI_0_SLAVE_PIN_SCK: 19
SPI_0_SLAVE_PIN_MOSI: 18
SPI_0_SLAVE_PIN_MISO: 17
SPI_0_SLAVE_PIN_SS: 16
CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG
NFFS_FLASH_AREA: FLASH_AREA_NFFS
COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
MCU_DCDC_ENABLED: 1
MCU_LFCLK_SOURCE: LFXO
BOOT_SERIAL_DETECT_PIN: 6 # Button 1
CONSOLE_UART_DEV: '"uart1"'