Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) NXP PCF85263/PCF85363 Real Time Clock
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) ============================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) - compatible: Should contain "nxp,pcf85263" or "nxp,pcf85363".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) - reg: I2C address for chip.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) - interrupts: IRQ line for the RTC (not implemented).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) pcf85363: pcf85363@51 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	compatible = "nxp,pcf85363";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	reg = <0x51>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)