How to use pcf85263 in linux

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use pcf85263 in linux

2,129 Views
jigar2
Contributor II

Hello,

I'm using pcf85263 in one of our project.

I've added 9cf85263 drivers from 

https://groups.google.com/forum/#!searchin/rtc-linux/pcf85263|sort:date/rtc-linux/5Z39jCOjz6Q/0pmtkU...

Here how to use it in linux userspace.

I want to use its clock out functionality on CLK pin.

Thank you,

Labels (1)
0 Kudos
1 Reply

1,610 Views
igorpadykov
NXP Employee
NXP Employee

Hi Jigar

there is no support for that chip in i.mx nxp official bsps, one can follow

standard steps, add driver:

[PATCH 0/3] rtc: Add pcf85263 — Linux Device Tree 

follow general linux documentation:

The Userspace I/O HOWTO — The Linux Kernel documentation 

linux - Userspace vs kernel space driver - Stack Overflow 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos