Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 4, 2023
1 parent f1cda8c commit e5b1335
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 51 deletions.
7 changes: 0 additions & 7 deletions boards/nrf9160dk_nrf9160_ns.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,3 @@
};
};
};

/* Enable high drive mode for the SPI3 pins to get a square signal at 8 MHz */
&spi3_default {
group1 {
nordic,drive-mode = <NRF_DRIVE_H0H1>;
};
};
7 changes: 0 additions & 7 deletions boards/nrf9161dk_nrf9161_ns.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@
};
};

/* Enable high drive mode for the SPI3 pins to get a square signal at 8 MHz */
&spi3_default {
group1 {
nordic,drive-mode = <NRF_DRIVE_H0H1>;
};
};

&gd25lb256 {
status = "okay";
};
7 changes: 0 additions & 7 deletions child_image/mcuboot/boards/nrf9160dk_nrf9160_0_14_0.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

/* Enable high drive mode for the SPI3 pins to get a square signal at 8 MHz */
&spi3_default {
group1 {
nordic,drive-mode = <NRF_DRIVE_H0H1>;
};
};

&mx25r64 {
status = "okay";
};
Expand Down
7 changes: 0 additions & 7 deletions child_image/mcuboot/boards/nrf9161dk_nrf9161.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

/* Enable high drive mode for the SPI3 pins to get a square signal at 8 MHz */
&spi3_default {
group1 {
nordic,drive-mode = <NRF_DRIVE_H0H1>;
};
};

&gd25lb256 {
status = "okay";
};
Expand Down
7 changes: 0 additions & 7 deletions nrf9160dk_with_ext_flash.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@
};
};

/* Enable high drive mode for the SPI3 pins to get a square signal at 8 MHz */
&spi3_default {
group1 {
nordic,drive-mode = <NRF_DRIVE_H0H1>;
};
};

/ {
aliases {
ext-flash = &mx25r64;
Expand Down
7 changes: 0 additions & 7 deletions nrf9161dk_with_ext_flash.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
};
};

/* Enable high drive mode for the SPI3 pins to get a square signal at 8 MHz */
&spi3_default {
group1 {
nordic,drive-mode = <NRF_DRIVE_H0H1>;
};
};

/ {
aliases {
ext-flash = &gd25lb256;
Expand Down
8 changes: 0 additions & 8 deletions nrf91xxdk_with_nrf7002ek.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

/* Use high drive mode on SPI pins that handle communication with nRF7002
* so that SCK frequency > 4 MHz can be used. */
&spi3_default {
group1 {
nordic,drive-mode = <NRF_DRIVE_H0H1>;
};
};

/* Disabled because of conflicts on P0.00 and P0.01 - Arduino pins D0 and D1
* (iovdd-ctrl-gpios and bucken-gpios in nrf7002ek, respectively). */
&uart1 {
Expand Down
2 changes: 1 addition & 1 deletion sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ tests:
- nrf9160dk_nrf9160_ns
platform_allow: nrf9160dk_nrf9160_ns
extra_args: SHIELD=nrf7002ek OVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf
DTC_OVERLAY_FILE="nrf91xxdk_with_nrf7002ek.overlay"
DTC_OVERLAY_FILE="nrf91xxdk_with_nrf7002ek.overlay;nrf9160dk_with_ext_flash.overlay"
tags: ci_build
applications.asset_tracker_v2.nrf7002ek_wifi.nrf9161dk:
build_only: true
Expand Down

0 comments on commit e5b1335

Please sign in to comment.