Hi, we added rtc1 function in the device tree of kernel. Our BSP is 4.14.78 and platform is i.mx6ul.
But we can not find rtc1 in the /dev folder. What is problem ?
#include "imx6ul.dtsi"
/ {
aliases {
rtc0 = &rtc_i2c;
rtc1 = "soc/aips-bus@02000000/snvs@020cc000/snvs-rtc-lp@34";
};
Thanks.