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/rtc-mxc.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: Real Time Clock of the i.MX SoCs
^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)   - Philippe Reynes <tremyfr@gmail.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)   compatible:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)     enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)       - fsl,imx1-rtc
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)       - fsl,imx21-rtc
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)   reg:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)     maxItems: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)   interrupts:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)     maxItems: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)   clocks:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)     items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)       - description: input reference
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)       - description: the SoC RTC clock
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)   clock-names:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)     items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)       - const: ref
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)       - const: ipg
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) required:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38)   - compatible
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39)   - reg
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)   - interrupts
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)   - clocks
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)   - clock-names
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) additionalProperties: false
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) examples:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47)   - |
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48)     #include <dt-bindings/clock/imx27-clock.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50)     rtc@10007000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51)         compatible = "fsl,imx21-rtc";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52)         reg = <0x10007000 0x1000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53)         interrupts = <22>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54)         clocks = <&clks IMX27_CLK_CKIL>,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55)                  <&clks IMX27_CLK_RTC_IPG_GATE>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56)         clock-names = "ref", "ipg";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57)     };