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/realtek.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: Realtek 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) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)   $nodename:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)     const: '/'
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)   compatible:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)     oneOf:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)       # RTD1195 SoC based boards
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)       - items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)           - enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)               - mele,x1000 # MeLE X1000
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)               - realtek,horseradish # Realtek Horseradish EVB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)           - const: realtek,rtd1195
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)       # RTD1293 SoC based boards
^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)               - synology,ds418j # Synology DiskStation DS418j
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)           - const: realtek,rtd1293
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)       # RTD1295 SoC based boards
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)       - items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)           - enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)               - mele,v9 # MeLE V9
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)               - probox2,ava # ProBox2 AVA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)               - xnano,x5 # Xnano X5
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36)               - zidoo,x9s # Zidoo X9S
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)           - const: realtek,rtd1295
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39)       # RTD1296 SoC based boards
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)       - items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)           - enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)               - synology,ds418 # Synology DiskStation DS418
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)           - const: realtek,rtd1296
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45)       # RTD1395 SoC based boards
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46)       - items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47)           - enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48)               - bananapi,bpi-m4 # Banana Pi BPI-M4
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49)               - realtek,lion-skin # Realtek Lion Skin EVB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50)           - const: realtek,rtd1395
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52)       # RTD1619 SoC based boards
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53)       - items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54)           - enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55)               - realtek,mjolnir # Realtek Mjolnir EVB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56)           - const: realtek,rtd1619
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) additionalProperties: true
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) ...