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-or-later 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/arm/actions.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: Actions Semi platforms device tree bindings
^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)   - Andreas Färber <afaerber@suse.de>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)   - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)   $nodename:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)     const: "/"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)   compatible:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)     oneOf:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)       # The Actions Semi S500 is a quad-core ARM Cortex-A9 SoC.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)       - items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)           - enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)               - allo,sparky # Allo.com Sparky
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)               - cubietech,cubieboard6 # Cubietech CubieBoard6
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)               - roseapplepi,roseapplepi # RoseapplePi.org RoseapplePi
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)           - const: actions,s500
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)       - items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)           - enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)               - caninos,labrador-base-m # Labrador Base Board M v1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)           - const: caninos,labrador-v2  # Labrador Core v2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)           - const: actions,s500
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)       - items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)           - enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)               - lemaker,guitar-bb-rev-b # LeMaker Guitar Base Board rev. B
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)           - const: lemaker,guitar
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)           - const: actions,s500
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36)       # The Actions Semi S700 is a quad-core ARM Cortex-A53 SoC.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)       - items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38)           - enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39)               - caninos,labrador-base-m2 # Labrador Base Board M v2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)           - const: caninos,labrador-v3   # Labrador Core v3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)           - const: actions,s700
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)       - items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)           - enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44)               - cubietech,cubieboard7 # Cubietech CubieBoard7
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45)           - const: actions,s700
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47)       # The Actions Semi S900 is a quad-core ARM Cortex-A53 SoC.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48)       - items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49)           - enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50)               - ucrobotics,bubblegum-96 # uCRobotics Bubblegum-96
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51)           - const: actions,s900
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) additionalProperties: true