Skip to content

Commit d83bcab

Browse files
Yu-Chun Linarndb
authored andcommitted
dt-bindings: arm: realtek: Add Kent Soc family compatibles
Define compatible strings for Realtek RTD1501s, RTD1861b and RTD1920s. Additionally, convert legacy DTS-style comments to YAML description properties, following the pattern from the ARM bindings conversion series [1]. [1] https://lore.kernel.org/lkml/20200622125527.24207-2-afaerber@suse.de/ Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20260127071530.25426-2-eleanor15x@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 2120005 commit d83bcab

1 file changed

Lines changed: 30 additions & 12 deletions

File tree

Documentation/devicetree/bindings/arm/realtek.yaml

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,47 +14,65 @@ properties:
1414
const: '/'
1515
compatible:
1616
oneOf:
17-
# RTD1195 SoC based boards
18-
- items:
17+
- description: RTD1195 SoC based boards
18+
items:
1919
- enum:
2020
- mele,x1000 # MeLE X1000
2121
- realtek,horseradish # Realtek Horseradish EVB
2222
- const: realtek,rtd1195
2323

24-
# RTD1293 SoC based boards
25-
- items:
24+
- description: RTD1293 SoC based boards
25+
items:
2626
- enum:
2727
- synology,ds418j # Synology DiskStation DS418j
2828
- const: realtek,rtd1293
2929

30-
# RTD1295 SoC based boards
31-
- items:
30+
- description: RTD1295 SoC based boards
31+
items:
3232
- enum:
3333
- mele,v9 # MeLE V9
3434
- probox2,ava # ProBox2 AVA
3535
- xnano,x5 # Xnano X5
3636
- zidoo,x9s # Zidoo X9S
3737
- const: realtek,rtd1295
3838

39-
# RTD1296 SoC based boards
40-
- items:
39+
- description: RTD1296 SoC based boards
40+
items:
4141
- enum:
4242
- synology,ds418 # Synology DiskStation DS418
4343
- const: realtek,rtd1296
4444

45-
# RTD1395 SoC based boards
46-
- items:
45+
- description: RTD1395 SoC based boards
46+
items:
4747
- enum:
4848
- bananapi,bpi-m4 # Banana Pi BPI-M4
4949
- realtek,lion-skin # Realtek Lion Skin EVB
5050
- const: realtek,rtd1395
5151

52-
# RTD1619 SoC based boards
53-
- items:
52+
- description: RTD1501s SoC based boards
53+
items:
54+
- enum:
55+
- realtek,phantom # Realtek Phantom EVB (8GB)
56+
- const: realtek,rtd1501s
57+
58+
- description: RTD1619 SoC based boards
59+
items:
5460
- enum:
5561
- realtek,mjolnir # Realtek Mjolnir EVB
5662
- const: realtek,rtd1619
5763

64+
- description: RTD1861b SoC based boards
65+
items:
66+
- enum:
67+
- realtek,krypton # Realtek Krypton EVB (8GB)
68+
- const: realtek,rtd1861b
69+
70+
- description: RTD1920s SoC based boards
71+
items:
72+
- enum:
73+
- realtek,smallville # Realtek Smallville EVB (4GB)
74+
- const: realtek,rtd1920s
75+
5876
additionalProperties: true
5977

6078
...

0 commit comments

Comments
 (0)