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
^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/sa1100-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: Marvell Real Time Clock controller bindings
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) allOf:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)   - $ref: rtc.yaml#
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) maintainers:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)   - Alessandro Zummo <a.zummo@towertech.it>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)   - Alexandre Belloni <alexandre.belloni@bootlin.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)   - Rob Herring <robh+dt@kernel.org>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)   compatible:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)     enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)       - mrvl,sa1100-rtc
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)       - mrvl,mmp-rtc
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)   reg:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)     maxItems: 1
^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)   resets:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)     maxItems: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)   interrupts:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)     minItems: 2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)   interrupt-names:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36)     items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)       - const: 'rtc 1Hz'
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38)       - const: 'rtc alarm'
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) required:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)   - compatible
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)   - reg
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)   - interrupts
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44)   - interrupt-names
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) additionalProperties: false
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) examples:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49)   - |
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50)     rtc: rtc@d4010000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51)         compatible = "mrvl,mmp-rtc";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52)         reg = <0xd4010000 0x1000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53)         interrupts = <5>, <6>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54)         interrupt-names = "rtc 1Hz", "rtc alarm";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55)     };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) ...