Skip to content

Commit 436ba6d

Browse files
committed
boards: Fix RESET and NFCT GPIOs definitions
Signed-off-by: Pavel Hübner <[email protected]>
1 parent 1c4a13b commit 436ba6d

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

boards/arm/chester_nrf52840/chester_nrf52840.dts

+5
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@
183183
};
184184
};
185185

186+
&uicr {
187+
nfct-pins-as-gpios;
188+
gpio-as-nreset;
189+
};
190+
186191
&adc {
187192
status = "okay";
188193
};

boards/arm/chester_nrf52840/chester_nrf52840_defconfig

+5-15
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,11 @@
44
# SPDX-License-Identifier: LicenseRef-HARDWARIO-5-Clause
55
#
66

7-
CONFIG_SOC_SERIES_NRF52X=y
8-
CONFIG_SOC_NRF52840_QIAA=y
9-
CONFIG_BOARD_CHESTER_NRF52840=y
10-
11-
# Enable MPU
127
CONFIG_ARM_MPU=y
13-
14-
# Enable hardware stack protection
15-
CONFIG_HW_STACK_PROTECTION=y
16-
17-
# Enable RTT
18-
CONFIG_USE_SEGGER_RTT=y
19-
20-
# enable GPIO
8+
CONFIG_BOARD_CHESTER_NRF52840=y
219
CONFIG_GPIO=y
22-
CONFIG_GPIO_AS_PINRESET=n
23-
10+
CONFIG_HW_STACK_PROTECTION=y
2411
CONFIG_PINCTRL=y
12+
CONFIG_SOC_NRF52840_QIAA=y
13+
CONFIG_SOC_SERIES_NRF52X=y
14+
CONFIG_USE_SEGGER_RTT=y

0 commit comments

Comments
 (0)