diff --git a/bl654pa_gpio_uart.overlay b/bl654pa_gpio_uart.overlay index fbab12f..00e6fd0 100644 --- a/bl654pa_gpio_uart.overlay +++ b/bl654pa_gpio_uart.overlay @@ -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>; };