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>
This commit is contained in:
parent
b2d21f9b87
commit
66e0bcc117
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,8 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
/* Information from Nordic SDK-Based Application Development and SKY66112 datasheet */
|
/* Information from Nordic SDK-Based Application Development and SKY66112 datasheet */
|
||||||
sky66112_fem: fem {
|
nrf_radio_fem: fem {
|
||||||
|
status = "okay";
|
||||||
compatible = "generic-fem-two-ctrl-pins";
|
compatible = "generic-fem-two-ctrl-pins";
|
||||||
ctx-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
|
ctx-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
|
||||||
crx-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
|
crx-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
|
||||||
|
@ -21,5 +22,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&radio {
|
&radio {
|
||||||
fem = <&sky66112_fem>;
|
fem = <&nrf_radio_fem>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue