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/clock/imx6ul-clock.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: Clock bindings for Freescale i.MX6 UltraLite
^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)   - Anson Huang <Anson.Huang@nxp.com>
^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,imx6ul-ccm
^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)     description: CCM provides 2 interrupt requests, request 1 is to generate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)       interrupt for frequency or mux change, request 2 is to generate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)       interrupt for oscillator read or PLL lock.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)     items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)       - description: CCM interrupt request 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)       - description: CCM interrupt request 2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)   '#clock-cells':
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)     const: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)   clocks:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)     items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)       - description: 32k osc
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)       - description: 24m osc
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)       - description: ipp_di0 clock input
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)       - description: ipp_di1 clock input
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)   clock-names:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38)     items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39)       - const: ckil
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)       - const: osc
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)       - const: ipp_di0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)       - const: ipp_di1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) required:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45)   - compatible
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46)   - reg
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47)   - interrupts
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48)   - '#clock-cells'
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49)   - clocks
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50)   - clock-names
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) additionalProperties: false
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) examples:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55)   # Clock Control Module node:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56)   - |
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57)     #include <dt-bindings/interrupt-controller/arm-gic.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59)     clock-controller@20c4000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60)         compatible = "fsl,imx6ul-ccm";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61)         reg = <0x020c4000 0x4000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62)         interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63)                      <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64)         #clock-cells = <1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65)         clocks = <&ckil>, <&osc>, <&ipp_di0>, <&ipp_di1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66)         clock-names = "ckil", "osc", "ipp_di0", "ipp_di1";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67)     };