rename fem node
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
/ {
|
||||
/* Information from Nordic SDK-Based Application Development and SKY66112 datasheet */
|
||||
sky66112_fem: fem {
|
||||
nrf_radio_fem: fem { // node needs to be named nrf_radio_fem for the build system to pull in the nececcarry configs
|
||||
compatible = "generic-fem-two-ctrl-pins";
|
||||
ctx-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
|
||||
crx-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
|
||||
@@ -54,5 +54,5 @@
|
||||
};
|
||||
|
||||
&radio {
|
||||
fem = <&sky66112_fem>;
|
||||
fem = <&nrf_radio_fem>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user