mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:32:29 +00:00
We rename the nRF53 Dev Kit board target (nrf5340_dk_nrf5340) to nrf5340pdk_nrf5340. We update all associated references in the supportive documentation and all nRF5340-related cofigurations and overlay files in the samples and tests in the tree. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
18 lines
327 B
Plaintext
18 lines
327 B
Plaintext
/*
|
|
* Copyright (c) 2019-2020 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include <nordic/nrf5340_cpuappns_qkaa.dtsi>
|
|
#include "nrf5340pdk_nrf5340_cpuapp_common.dts"
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,sram = &sram0_ns;
|
|
zephyr,flash = &flash0;
|
|
zephyr,code-partition = &slot0_ns_partition;
|
|
};
|
|
};
|