Skip to content

Commit

Permalink
Revert back to depricated way to set NFC pins as GPIO.
Browse files Browse the repository at this point in the history
The new updated way to use dts for this does not work. For now revert back to old and depricated way which works.
  • Loading branch information
jakkra committed Oct 1, 2023
1 parent dffb6b5 commit fb1f626
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/boards/arm/zswatch_nrf5340/zswatch_nrf5340_cpuapp_3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ CONFIG_SPI_NOR=y
CONFIG_SPI_NOR_SFDP_RUNTIME=y
CONFIG_SPI_NOR_IDLE_IN_DPD=y
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096

# DIsplay RST is connected to NFC GPIO
CONFIG_NFCT_PINS_AS_GPIOS=y

0 comments on commit fb1f626

Please sign in to comment.