Skip to content

Commit c7503e0

Browse files
mbolivar-nordiccfriedt
authored andcommitted
dts: nrf51822: unify /chosen node settings
There's no need for two separate places for this. Signed-off-by: Martí Bolívar <[email protected]>
1 parent b7a4a2f commit c7503e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dts/arm/nordic/nrf51822.dtsi

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/ {
77
chosen {
88
zephyr,entropy = &rng;
9+
zephyr,flash-controller = &flash_controller;
910
};
1011

1112
cpus {
@@ -19,10 +20,6 @@
1920
};
2021
};
2122

22-
chosen {
23-
zephyr,flash-controller = &flash_controller;
24-
};
25-
2623
soc {
2724
ficr: ficr@10000000 {
2825
compatible = "nordic,nrf-ficr";

0 commit comments

Comments
 (0)