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) Motorola CPCAP PMIC RTC
^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) This module is part of the CPCAP. For more details about the whole
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) Requires node properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) - compatible: should contain "motorola,cpcap-rtc"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) - interrupts: An interrupt specifier for alarm and 1 Hz irq
^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) &cpcap {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	cpcap_rtc: rtc {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 		compatible = "motorola,cpcap-rtc";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 		interrupts = <39 IRQ_TYPE_NONE>, <26 IRQ_TYPE_NONE>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) };