dts: arm: nordic: add Eng A suffix to nRF5340 CPUAPP .dtsi headers
Rename the nRF5340 QKAA variant .dtsi headers (Application MCU) by adding an Engineering A (Eng A) suffix. This is done to indicate that the headers should be explicitly used when building for a board that contains the Engineeering A nrf5340 SoC variant. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
30c9c062d4
commit
ac9901d5fc
4 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include <nordic/nrf5340_cpuapp_qkaa.dtsi>
|
||||
#include <nordic/nrf5340_cpuapp_qkaa_eng_a.dtsi>
|
||||
#include "nrf5340pdk_nrf5340_cpuapp_common.dts"
|
||||
|
||||
/ {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include <nordic/nrf5340_cpuappns_qkaa.dtsi>
|
||||
#include <nordic/nrf5340_cpuappns_qkaa_eng_a.dtsi>
|
||||
#include "nrf5340pdk_nrf5340_cpuapp_common.dts"
|
||||
|
||||
/ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue