Skip to content

Commit f26a390

Browse files
adigierlubos
authored andcommitted
samples: matter: Disable GPIO forwarder in mcuboot
Disable GPIO forwarder in mcuboot for nRF5340 DK for nRF7002 EK compatibility. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent 4cf924e commit f26a390

File tree

8 files changed

+40
-0
lines changed

8 files changed

+40
-0
lines changed

applications/matter_bridge/sysbuild/mcuboot/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
zephyr,code-partition = &boot_partition;
1111
};
1212
};
13+
14+
// Disable GPIO forwarder for nRF7002 EK compatibility
15+
&gpio_fwd {
16+
status = "disabled";
17+
};

samples/matter/light_bulb/sysbuild/mcuboot/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
nordic,pm-ext-flash = &mx25r64;
1111
};
1212
};
13+
14+
// Disable GPIO forwarder for nRF7002 EK compatibility
15+
&gpio_fwd {
16+
status = "disabled";
17+
};

samples/matter/light_switch/sysbuild/mcuboot/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
nordic,pm-ext-flash = &mx25r64;
1111
};
1212
};
13+
14+
// Disable GPIO forwarder for nRF7002 EK compatibility
15+
&gpio_fwd {
16+
status = "disabled";
17+
};

samples/matter/lock/sysbuild/mcuboot/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
nordic,pm-ext-flash = &mx25r64;
1111
};
1212
};
13+
14+
// Disable GPIO forwarder for nRF7002 EK compatibility
15+
&gpio_fwd {
16+
status = "disabled";
17+
};

samples/matter/smoke_co_alarm/sysbuild/mcuboot/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
nordic,pm-ext-flash = &mx25r64;
1111
};
1212
};
13+
14+
// Disable GPIO forwarder for nRF7002 EK compatibility
15+
&gpio_fwd {
16+
status = "disabled";
17+
};

samples/matter/template/sysbuild/mcuboot/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
nordic,pm-ext-flash = &mx25r64;
1111
};
1212
};
13+
14+
// Disable GPIO forwarder for nRF7002 EK compatibility
15+
&gpio_fwd {
16+
status = "disabled";
17+
};

samples/matter/thermostat/sysbuild/mcuboot/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
nordic,pm-ext-flash = &mx25r64;
1111
};
1212
};
13+
14+
// Disable GPIO forwarder for nRF7002 EK compatibility
15+
&gpio_fwd {
16+
status = "disabled";
17+
};

samples/matter/window_covering/sysbuild/mcuboot/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
nordic,pm-ext-flash = &mx25r64;
1111
};
1212
};
13+
14+
// Disable GPIO forwarder for nRF7002 EK compatibility
15+
&gpio_fwd {
16+
status = "disabled";
17+
};

0 commit comments

Comments
 (0)