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_mdbt53_db_40_nrf5340_cpunet-pinctrl.dtsi"
10#include "raytac_mdbt53_db_40_nrf5340_cpunet_common.dts"
11
12/ {
13	model = "Raytac MDBT53-DB-40 NRF5340 Network";
14	compatible = "raytac,raytac-mdbt53-db-40-nrf5340-cpunet";
15
16	chosen {
17		zephyr,console = &uart0;
18		zephyr,shell-uart = &uart0;
19		zephyr,uart-mcumgr = &uart0;
20		zephyr,bt-mon-uart = &uart0;
21		zephyr,bt-c2h-uart = &uart0;
22		zephyr,sram = &sram1;
23		zephyr,flash = &flash1;
24		zephyr,code-partition = &slot0_partition;
25		zephyr,bt-hci-ipc = &ipc0;
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