This renames the dtsi files in the dts/vendor/nordic to include the cpuapp in the filename. At the same time it updates the inclusion of these files to include the vendor in the path because the same filenames exists in both: dts/vendor/nordic dts/arm/nordic Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
24 lines
561 B
Plaintext
24 lines
561 B
Plaintext
/*
|
|
* Copyright (c) 2025 Panasonic Industrial Devices Europe GmbH
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include <nordic/nrf54l15_cpuapp.dtsi>
|
|
#include "panb611evb_nrf54l15_cpuapp_common.dtsi"
|
|
|
|
/ {
|
|
compatible = "panasonic-industrial-devices-europe-gmbh,panb611evb-cpuapp";
|
|
model = "Panasonic PAN B611 EVB nRF54L15 Application MCU";
|
|
|
|
chosen {
|
|
zephyr,code-partition = &slot0_partition;
|
|
zephyr,sram = &cpuapp_sram;
|
|
};
|
|
};
|
|
|
|
/* Include default memory partition configuration file */
|
|
#include <vendor/nordic/nrf54l15_cpuapp_partition.dtsi>
|