Part Number: AM62L
Hi,
No RTC modules are used in my customized board. I therefore wish to make use of the internal RTC.
Could you give me on how to enable it using the dts and kernel configuration changes in kernal?
Thanks,
Dharmik
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: AM62L
Hi,
No RTC modules are used in my customized board. I therefore wish to make use of the internal RTC.
Could you give me on how to enable it using the dts and kernel configuration changes in kernal?
Thanks,
Dharmik
Hello Dharmik,
Its already defined in the WKUP domain device tree .dtsi: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-am62l-wakeup.dtsi?h=ti-linux-6.12.y-cicd#n127
The default config file will enable the driver as a module (CONFIG_RTC_DRV_TI_K3). You can keep it as a module or re-build the image with the driver built in.
Best Regards,
Anshu