boards: nordic: nrf54l15dk: Rename the board common file
Use the rather logical convention for the name that is applied to other Nordic boards: <board>_common.dtsi for definitions that are common to the board itself (LEDs, buttons, etc). Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
e78832034f
commit
1b84958f5a
3 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
/* This file is common to the secure and non-secure domain */
|
/* This file is common to the secure and non-secure domain */
|
||||||
|
|
||||||
#include <nordic/nrf54l15_cpuapp.dtsi>
|
#include <nordic/nrf54l15_cpuapp.dtsi>
|
||||||
#include "nrf54l15dk_nrf54l15-common.dtsi"
|
#include "nrf54l15dk_common.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
#include <nordic/nrf54l15_cpuflpr.dtsi>
|
#include <nordic/nrf54l15_cpuflpr.dtsi>
|
||||||
#include "nrf54l15dk_nrf54l15-common.dtsi"
|
#include "nrf54l15dk_common.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Nordic nRF54L15 DK nRF54L15 FLPR MCU";
|
model = "Nordic nRF54L15 DK nRF54L15 FLPR MCU";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue