Thanks
I have solve this problem.
First, I found I used the on-cpu RTC before.
Second, I found the I2C address (get from `i2cdetect` and set in the device tree) was mismatched.
So, now I close all the on-cpu RTC on `make menuconfig-> device drivers-> Real time clock`, and make sure the all about pcf8563 are opened.
it works well for my device.
Regards
Mihan