37 lines
784 B
Plaintext
37 lines
784 B
Plaintext
/*
|
|
* Copyright (c) 2020 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include <nordic/nrf5340_cpuapp_qkaa.dtsi>
|
|
#include "nrf5340_cpuapp_common.dts"
|
|
#include "nrf5340dk_nrf5340_cpuapp-pinctrl.dtsi"
|
|
|
|
/ {
|
|
model = "Nordic NRF5340 DK NRF5340 Application";
|
|
compatible = "nordic,nrf5340-dk-nrf5340-cpuapp";
|
|
|
|
chosen {
|
|
zephyr,sram = &sram0_image;
|
|
zephyr,flash = &flash0;
|
|
zephyr,code-partition = &slot0_partition;
|
|
zephyr,sram-secure-partition = &sram0_s;
|
|
zephyr,sram-non-secure-partition = &sram0_ns;
|
|
};
|
|
};
|
|
|
|
&spi2 {
|
|
compatible = "nordic,nrf-spim";
|
|
status = "okay";
|
|
pinctrl-0 = <&spi2_default>;
|
|
pinctrl-1 = <&spi2_sleep>;
|
|
pinctrl-names = "default", "sleep";
|
|
};
|
|
|
|
zephyr_udc0: &usbd {
|
|
compatible = "nordic,nrf-usbd";
|
|
status = "okay";
|
|
};
|