Skip to content

Commit fd7008f

Browse files
committed
boards: ezurio: Fix FEM name for BL654PA DVK
For Kconfig auto-configuration of the FEM in the MPSL, the node in the device tree MUST be named "nrf_radio_fem". Signed-off-by: Randy Scott <randy.scott@ezurio.com>
1 parent ed45960 commit fd7008f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

boards/ezurio/bl654_dvk/bl654_dvk_nrf52840_pa.dts

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
/ {
1111
/* Information from Nordic SDK-Based Application Development and SKY66112 datasheet */
12-
sky66112_fem: fem {
12+
nrf_radio_fem: fem {
13+
status = "okay";
1314
compatible = "generic-fem-two-ctrl-pins";
1415
ctx-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
1516
crx-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
@@ -21,5 +22,5 @@
2122
};
2223

2324
&radio {
24-
fem = <&sky66112_fem>;
25+
fem = <&nrf_radio_fem>;
2526
};

0 commit comments

Comments
 (0)