DWM3001CDK Zephyr with SDK Drivers

@Wassim_Qorvo,
I saw a comment from you on this post (Getting started with DWM3001CDKE - #8 by Wassim_Qorvo) stating that GPIO 1, 19 is the wakeup pin for DW3000. Does DWM3001CDK_C2 actually have an accessible wakeup pin? When I try to access 1, 19 I get the following on RTT.

00> ASSERTION FAIL [(cfg->port_pin_mask & (gpio_port_pins_t)(1UL << (pin))) != 0U] @ WEST_TOPDIR/zephyr/include/zephyr/drivers/gpio.h:1041
00>   Unsupported pin
00> [00:00:00.265,197] <err> os: r0/a1:  0x00000004  r1/a2:  0x00000411  r2/a3:  0x00000000
00> [00:00:00.265,655] <err> os: r3/a4:  0x00000004 r12/ip:  0x000000fc r14/lr:  0x00002aa3
00> [00:00:00.266,113] <err> os:  xpsr:  0x01000000
00> [00:00:00.266,448] <err> os: Faulting instruction address (r15/pc): 0x00017500
00> [00:00:00.266,906] <err> os: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
00> [00:00:00.267,303] <err> os: Current thread: 0x20002500 (main)
00> [00:00:00.267,700] <err> os: Halting system

The CS assert when I try to force the pins and read back their values appears to not show pin movement so it’s almost like my DW3000 won’t allow me to drive GPIO to wake it.