TDA4VH-Q1: TDA4VH-Q1:

Part Number: TDA4VH-Q1

Tool/software:

I want to control a gpio of TDA4VH-Q1  using the gpiod Library. For this i need to know the chip name and line number of the pin.

chip = gpiod.Chip('gpiochipxxx')
line = chip.get_line(yyy) 

how to get this information from either schematic or datasheet.
The pin of interest is MCU_RGMII1_RXC which is mapped to  WKUP_GPIO0_47 in the datasheet.

Any help is appreciated.