7da6ebf5f5
This removes the old plaintext Gemini binding and replace it with a YAML schema, adding some new boards in the process. While we are at it, add the missing vendors to the vendor prefix file. Drop the overly deliberate description of subnodes and the big example from the old document. Keep the elaborate description. I noticed that "wiliboard" is not a real vendor, the vendor is named "wiligear" so deprecated this and replaced with the proper vendor. Cc: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20210723152356.1874088-1-linus.walleij@linaro.org Signed-off-by: Rob Herring <robh@kernel.org>
96 lines
2.8 KiB
YAML
96 lines
2.8 KiB
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/gemini.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Cortina systems Gemini platforms
|
|
|
|
description: |
|
|
The Gemini SoC is the project name for an ARMv4 FA525-based SoC originally
|
|
produced by Storlink Semiconductor around 2005. The company was renamed
|
|
later renamed Storm Semiconductor. The chip product name is Storlink SL3516.
|
|
It was derived from earlier products from Storm named SL3316 (Centroid) and
|
|
SL3512 (Bulverde).
|
|
|
|
Storm Semiconductor was acquired by Cortina Systems in 2008 and the SoC was
|
|
produced and used for NAS and similar usecases. In 2014 Cortina Systems was
|
|
in turn acquired by Inphi, who seem to have discontinued this product family.
|
|
|
|
Many of the IP blocks used in the SoC comes from Faraday Technology.
|
|
|
|
maintainers:
|
|
- Linus Walleij <linus.walleij@linaro.org>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
|
|
- description: Storlink Semiconductor Gemini324 EV-Board also known
|
|
as Storm Semiconductor SL93512R_BRD
|
|
items:
|
|
- const: storlink,gemini324
|
|
- const: storm,sl93512r
|
|
- const: cortina,gemini
|
|
|
|
- description: D-Link DIR-685 Xtreme N Storage Router
|
|
items:
|
|
- const: dlink,dir-685
|
|
- const: cortina,gemini
|
|
|
|
- description: D-Link DNS-313 1-Bay Network Storage Enclosure
|
|
items:
|
|
- const: dlink,dns-313
|
|
- const: cortina,gemini
|
|
|
|
- description: Edimax NS-2502
|
|
items:
|
|
- const: edimax,ns-2502
|
|
- const: cortina,gemini
|
|
|
|
- description: ITian Square One SQ201
|
|
items:
|
|
- const: itian,sq201
|
|
- const: cortina,gemini
|
|
|
|
- description: Raidsonic NAS IB-4220-B
|
|
items:
|
|
- const: raidsonic,ib-4220-b
|
|
- const: cortina,gemini
|
|
|
|
- description: SSI 1328
|
|
items:
|
|
- const: ssi,1328
|
|
- const: cortina,gemini
|
|
|
|
- description: Teltonika RUT1xx Mobile Router
|
|
items:
|
|
- const: teltonika,rut1xx
|
|
- const: cortina,gemini
|
|
|
|
- description: Wiligear Wiliboard WBD-111
|
|
items:
|
|
- const: wiligear,wiliboard-wbd111
|
|
- const: cortina,gemini
|
|
|
|
- description: Wiligear Wiliboard WBD-222
|
|
items:
|
|
- const: wiligear,wiliboard-wbd222
|
|
- const: cortina,gemini
|
|
|
|
- description: Wiligear Wiliboard WBD-111 - old incorrect binding
|
|
items:
|
|
- const: wiliboard,wbd111
|
|
- const: cortina,gemini
|
|
deprecated: true
|
|
|
|
- description: Wiligear Wiliboard WBD-222 - old incorrect binding
|
|
items:
|
|
- const: wiliboard,wbd222
|
|
- const: cortina,gemini
|
|
deprecated: true
|
|
|
|
additionalProperties: true
|