diff --git a/boards/arm/custom_plank/custom_plank.dts b/boards/arm/custom_plank/custom_plank.dts index dee804d..233d1f3 100644 --- a/boards/arm/custom_plank/custom_plank.dts +++ b/boards/arm/custom_plank/custom_plank.dts @@ -23,6 +23,10 @@ }; }; +&uicr { + gpio-as-nreset; +}; + &gpio0 { status = "okay"; }; diff --git a/boards/arm/custom_plank/custom_plank_defconfig b/boards/arm/custom_plank/custom_plank_defconfig index 4a5558a..02e28fe 100644 --- a/boards/arm/custom_plank/custom_plank_defconfig +++ b/boards/arm/custom_plank/custom_plank_defconfig @@ -9,6 +9,5 @@ CONFIG_ARM_MPU=y CONFIG_HW_STACK_PROTECTION=y CONFIG_GPIO=y -CONFIG_GPIO_AS_PINRESET=y CONFIG_PINCTRL=y