1/* 2 * Copyright (c) 2021 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/* NOTE: this feature is only available in nRF9160 DK v0.14.0 or later. */ 8 9&nrf_interface_pin_9_routing { 10 status = "okay"; 11}; 12 13&reset_input { 14 status = "okay"; 15 gpios = <&interface_to_nrf9160 9 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; 16}; 17