dts: arm: nordic: rename nrf5340_cpuapp_common.dtsi

This commit renames the nrf5340_cpuapp_common.dtsi header
to nrf5340_cpuapp_peripherals.dtsi. This name is more
appropriate, as the header contains DT definitions for
peripherals, accessible from either Secure or Non-secure
execution environment (i.e. not accessible exclusively
by Secure or Non-Secure).

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2020-06-10 18:46:59 +02:00 committed by Carles Cufí
commit 166cfe5fb1
3 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
/* Common nRF5340 Application MCU
* peripheral description
*/
#include "nrf5340_cpuapp_common.dtsi"
#include "nrf5340_cpuapp_peripherals.dtsi"
};
/* Additional Secure peripherals */

View file

@ -48,7 +48,7 @@
/* Common nRF5340 Application MCU
* peripheral description
*/
#include "nrf5340_cpuapp_common.dtsi"
#include "nrf5340_cpuapp_peripherals.dtsi"
};
/* Additional Non-Secure peripherals */