rename fem node

This commit is contained in:
2025-05-07 10:52:06 +02:00
parent 2f12bcd816
commit 3b2853fbf2

View File

@@ -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>;
};