1/*
2 * Copyright (c) 2021 Laird Connectivity
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8#include <nordic/nrf5340_cpuapp_qkaa.dtsi>
9#include "bl5340_dvk_cpuapp_common.dtsi"
10
11/ {
12	model = "Laird Connectivity BL5340 (nRF5340) Application";
13	compatible = "lairdconnect,bl5340-dvk-cpuapp";
14
15	chosen {
16		zephyr,sram = &sram0_image;
17		zephyr,flash = &flash0;
18		zephyr,code-partition = &slot0_partition;
19		zephyr,sram-secure-partition = &sram0_s;
20		zephyr,sram-non-secure-partition = &sram0_ns;
21	};
22};
23
24zephyr_udc0: &usbd {
25	compatible = "nordic,nrf-usbd";
26	status = "okay";
27};
28