Skip to content

Commit af5e195

Browse files
carlescufinordicjm
authored andcommitted
[nrf fromtree] 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 <[email protected]> (cherry picked from commit 1b84958)
1 parent 29e1f33 commit af5e195

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

boards/nordic/nrf54l15dk/nrf54l15_cpuapp_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/* This file is common to the secure and non-secure domain */
88

99
#include <nordic/nrf54l15_cpuapp.dtsi>
10-
#include "nrf54l15dk_nrf54l15-common.dtsi"
10+
#include "nrf54l15dk_common.dtsi"
1111

1212
/ {
1313
chosen {

boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuflpr.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/dts-v1/;
88
#include <nordic/nrf54l15_cpuflpr.dtsi>
9-
#include "nrf54l15dk_nrf54l15-common.dtsi"
9+
#include "nrf54l15dk_common.dtsi"
1010

1111
/ {
1212
model = "Nordic nRF54L15 DK nRF54L15 FLPR MCU";

0 commit comments

Comments
 (0)