1/* 2 * Copyright (c) 2024 Nordic Semiconductor ASA 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6ipc0: &cpuapp_cpuppr_ipc { 7 status = "okay"; 8 unbound = "detect"; 9}; 10 11&cpuppr_vevif { 12 status = "okay"; 13}; 14 15&cpuapp_bellboard { 16 status = "okay"; 17}; 18 19&wdt131 { 20 status = "okay"; 21}; 22 23/ { 24 chosen { 25 /delete-property/ zephyr,bt-hci; 26 }; 27 28 aliases { 29 watchdog0 = &wdt131; 30 }; 31}; 32