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:
parent
e65f57bdb1
commit
166cfe5fb1
3 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
/* Common nRF5340 Application MCU
|
||||
* peripheral description
|
||||
*/
|
||||
#include "nrf5340_cpuapp_common.dtsi"
|
||||
#include "nrf5340_cpuapp_peripherals.dtsi"
|
||||
};
|
||||
|
||||
/* Additional Secure peripherals */
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
/* Common nRF5340 Application MCU
|
||||
* peripheral description
|
||||
*/
|
||||
#include "nrf5340_cpuapp_common.dtsi"
|
||||
#include "nrf5340_cpuapp_peripherals.dtsi"
|
||||
};
|
||||
|
||||
/* Additional Non-Secure peripherals */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue