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) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) %YAML 1.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) ---
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) $id: http://devicetree.org/schemas/rtc/imxdi-rtc.yaml#
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) $schema: http://devicetree.org/meta-schemas/core.yaml#
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) title: i.MX25 Real Time Clock controller
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) maintainers:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)   - Roland Stigge <stigge@antcom.de>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)   compatible:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)     const: fsl,imx25-rtc
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)   reg:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)     maxItems: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)   interrupts:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)     items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)       - description: rtc alarm interrupt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)       - description: dryice security violation interrupt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)     minItems: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)     maxItems: 2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)   clocks:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)     maxItems: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) required:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)   - compatible
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)   - reg
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)   - interrupts
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)   - clocks
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) additionalProperties: false
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) examples:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38)   - |
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39)     rtc@53ffc000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)         compatible = "fsl,imx25-rtc";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)         reg = <0x53ffc000 0x4000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)         clocks = <&clks 81>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)         interrupts = <25>, <56>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44)     };