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:
Carles Cufi 2024-11-06 18:04:56 +01:00 committed by Henrik Brix Andersen
commit 1b84958f5a
3 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
/* This file is common to the secure and non-secure domain */
#include <nordic/nrf54l15_cpuapp.dtsi>
#include "nrf54l15dk_nrf54l15-common.dtsi"
#include "nrf54l15dk_common.dtsi"
/ {
chosen {

View file

@ -6,7 +6,7 @@
/dts-v1/;
#include <nordic/nrf54l15_cpuflpr.dtsi>
#include "nrf54l15dk_nrf54l15-common.dtsi"
#include "nrf54l15dk_common.dtsi"
/ {
model = "Nordic nRF54L15 DK nRF54L15 FLPR MCU";