Hello, Vasu!
I attach my project for search I2C devices and then reading a time from PCF8563 every 1 sec, output to Debug Console.
This project for RT1020 EVK, MCUxpresso 10.3.1, SDK 2.5.
Used functions BOARD_LPI2C_Init(), BOARD_LPI2C_Send(), BOARD_LPI2C_Receive() (file "board.c")
RTC is connected to LPI2C4, but You can adopted it for RT1060
Pls, replace in "Board.h":
#define BOARD_ACCEL_I2C_BASEADDR LPI2C4 to LPI2C1 ( I see a schematic for RT1060, I2C1 on Arduino connectors J23 and J24 (GPIO_AD_B1_01 is SDA, GPIO_AD_B1_00 is SCL).
and I hope, You did not forget add a pull-up resistors 4.7 K for SDA and SCL?
I see, on the EVK R232 and R234 is 10K, this may not be enough.
If your RTC and oscillator 32768 HZ is connected correctly and worked, you must have a result.
as another way, you may check your code with reading data from FXOS8700CQ COMBO SENSOR (if it populated on your board, on RT1020 it missing).
and (if OK), try it with RTC.
good luck!
Oleg.
PS. write whether you succeeded or not