### Description - Type: Bug - Priority: Major --------------------------------------------------------------- ## Bug **Target** NCS36510 **Actual behavior** From ``PinNames.h`` file: ``` typedef enum { GPIO0 = 0, GPIO1, GPIO2, GPIO3, GPIO4, GPIO5, GPIO6, GPIO7, GPIO8, GPIO9, GPIO10, GPIO11, GPIO12, GPIO13, GPIO14, GPIO15, GPIO16, GPIO17, A0, A1, A2, A3, UART1_TX = GPIO0, UART1_RX = GPIO1, UART2_TX = GPIO8, UART2_RX = GPIO9, ``` Why A4 and A5 are not defined? cc @radhika-raghavendran @pradeep-gr