Skip to content

Commit

Permalink
samples: matter: Disable GPIO forwarder in mcuboot
Browse files Browse the repository at this point in the history
Disable GPIO forwarder in mcuboot for nRF5340 DK for nRF7002 EK
compatibility.

Signed-off-by: Adrian Gielniewski <[email protected]>
(cherry picked from commit f26a390)
  • Loading branch information
adigie committed Jan 17, 2025
1 parent a3dc2e8 commit 4a06d1a
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
zephyr,code-partition = &boot_partition;
};
};

// Disable GPIO forwarder for nRF7002 EK compatibility
&gpio_fwd {
status = "disabled";
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
nordic,pm-ext-flash = &mx25r64;
};
};

// Disable GPIO forwarder for nRF7002 EK compatibility
&gpio_fwd {
status = "disabled";
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
nordic,pm-ext-flash = &mx25r64;
};
};

// Disable GPIO forwarder for nRF7002 EK compatibility
&gpio_fwd {
status = "disabled";
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
nordic,pm-ext-flash = &mx25r64;
};
};

// Disable GPIO forwarder for nRF7002 EK compatibility
&gpio_fwd {
status = "disabled";
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
nordic,pm-ext-flash = &mx25r64;
};
};

// Disable GPIO forwarder for nRF7002 EK compatibility
&gpio_fwd {
status = "disabled";
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
nordic,pm-ext-flash = &mx25r64;
};
};

// Disable GPIO forwarder for nRF7002 EK compatibility
&gpio_fwd {
status = "disabled";
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
nordic,pm-ext-flash = &mx25r64;
};
};

// Disable GPIO forwarder for nRF7002 EK compatibility
&gpio_fwd {
status = "disabled";
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
nordic,pm-ext-flash = &mx25r64;
};
};

// Disable GPIO forwarder for nRF7002 EK compatibility
&gpio_fwd {
status = "disabled";
};

0 comments on commit 4a06d1a

Please sign in to comment.