1/* 2 * Copyright (c) 2023 Raytac Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8#include <nordic/nrf5340_cpunet_qkaa.dtsi> 9#include "raytac_mdbt53v_db_40_nrf5340_cpunet-pinctrl.dtsi" 10#include "raytac_mdbt53v_db_40_nrf5340_cpunet_common.dts" 11/ { 12 model = "Raytac MDBT53V-DB-40 NRF5340 Network"; 13 compatible = "raytac,raytac-mdbt53v-db-40-nrf5340-cpunet"; 14 15 chosen { 16 zephyr,console = &uart0; 17 zephyr,shell-uart = &uart0; 18 zephyr,uart-mcumgr = &uart0; 19 zephyr,bt-mon-uart = &uart0; 20 zephyr,bt-c2h-uart = &uart0; 21 zephyr,sram = &sram1; 22 zephyr,flash = &flash1; 23 zephyr,code-partition = &slot0_partition; 24 zephyr,bt-hci-ipc = &ipc0; 25 }; 26 27 28 /* These aliases are provided for compatibility with samples */ 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