1/* 2 * Copyright (c) 2021-2023 Laird Connectivity 3 * Copyright (c) 2024 Ezurio 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7 8/dts-v1/; 9#include <nordic/nrf5340_cpunet_qkaa.dtsi> 10#include "bl5340_dvk_nrf5340_cpunet-pinctrl.dtsi" 11#include "bl5340_dvk_nrf5340_cpunet_common.dtsi" 12 13/ { 14 model = "Ezurio BL5340 (nRF5340) Network"; 15 compatible = "ezurio,bl5340-dvk-cpunet"; 16 17 chosen { 18 zephyr,console = &uart0; 19 zephyr,shell-uart = &uart0; 20 zephyr,uart-mcumgr = &uart0; 21 zephyr,bt-mon-uart = &uart0; 22 zephyr,bt-c2h-uart = &uart0; 23 zephyr,sram = &sram1; 24 zephyr,flash = &flash1; 25 zephyr,code-partition = &slot0_partition; 26 zephyr,bt-hci-ipc = &ipc0; 27 }; 28 29 aliases { 30 watchdog0 = &wdt0; 31 }; 32}; 33 34&uart0 { 35 status = "okay"; 36 current-speed = <115200>; 37 pinctrl-0 = <&uart0_default>; 38 pinctrl-1 = <&uart0_sleep>; 39 pinctrl-names = "default", "sleep"; 40}; 41