/* * Copyright (c) 2020 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include #include "nrf5340_cpuapp_common.dts" / { model = "Nordic NRF5340 DK NRF5340 Application"; compatible = "nordic,nrf5340-dk-nrf5340-cpuapp"; chosen { zephyr,sram = &sram0_ns; zephyr,flash = &flash0; zephyr,code-partition = &slot0_ns_partition; }; }; zephyr_udc0: &usbd { compatible = "nordic,nrf-usbd"; status = "okay"; };