Pin RTC_CLKIN is used to provide clock source for RTC. Pin RTC_CLKOUT is a output of RTC clock. So if you want to give a clock source to RTC_CLKIN, I think you cannot use crystal but oscillator.
Pin RTC_CLKIN is used to provide clock source for RTC. Pin RTC_CLKOUT is a output of RTC clock. So if you want to give a clock source to RTC_CLKIN, I think you cannot use crystal but oscillator.
You can use a crystal with the Kinetis oscillator, and clock the RTC from that. The oscillator uses the pins XTAL and EXTAL to connect to a crystal. In Kinetis L, the system oscillator can use a 32kHz crystal, and clock the RTC. Refer to the Clock Distribution chapter in the Reference Manual for more details