boards: nordic: Fix the label for nRF70 SR co-existence
The co-existence modules expect a common and fixed name, so, rename it to avoid churn. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
ecf308e8de
commit
d137527f88
3 changed files with 3 additions and 3 deletions
|
|
@ -82,7 +82,7 @@
|
|||
<21 0 &gpio1 3 0>; /* D15 */
|
||||
};
|
||||
|
||||
nrf70: coex {
|
||||
nrf_radio_coex: coex {
|
||||
status = "okay";
|
||||
compatible = "nordic,nrf7002-coex";
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/ {
|
||||
nrf70: coex {
|
||||
nrf_radio_coex: coex {
|
||||
compatible = "nordic,nrf7002-coex";
|
||||
status = "okay";
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/ {
|
||||
nrf70: coex {
|
||||
nrf_radio_coex: coex {
|
||||
compatible = "nordic,nrf7002-coex";
|
||||
status = "okay";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue