Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| 2 | %YAML 1.2 |
| 3 | --- |
| 4 | $id: http://devicetree.org/schemas/arm/gemini.yaml# |
| 5 | $schema: http://devicetree.org/meta-schemas/core.yaml# |
| 6 | |
| 7 | title: Cortina systems Gemini platforms |
| 8 | |
| 9 | description: | |
| 10 | The Gemini SoC is the project name for an ARMv4 FA525-based SoC originally |
| 11 | produced by Storlink Semiconductor around 2005. The company was renamed |
| 12 | later renamed Storm Semiconductor. The chip product name is Storlink SL3516. |
| 13 | It was derived from earlier products from Storm named SL3316 (Centroid) and |
| 14 | SL3512 (Bulverde). |
| 15 | |
| 16 | Storm Semiconductor was acquired by Cortina Systems in 2008 and the SoC was |
| 17 | produced and used for NAS and similar usecases. In 2014 Cortina Systems was |
| 18 | in turn acquired by Inphi, who seem to have discontinued this product family. |
| 19 | |
| 20 | Many of the IP blocks used in the SoC comes from Faraday Technology. |
| 21 | |
| 22 | maintainers: |
| 23 | - Linus Walleij <linus.walleij@linaro.org> |
| 24 | |
| 25 | properties: |
| 26 | $nodename: |
| 27 | const: '/' |
| 28 | compatible: |
| 29 | oneOf: |
| 30 | |
| 31 | - description: Storlink Semiconductor Gemini324 EV-Board also known |
| 32 | as Storm Semiconductor SL93512R_BRD |
| 33 | items: |
| 34 | - const: storlink,gemini324 |
| 35 | - const: storm,sl93512r |
| 36 | - const: cortina,gemini |
| 37 | |
| 38 | - description: D-Link DIR-685 Xtreme N Storage Router |
| 39 | items: |
| 40 | - const: dlink,dir-685 |
| 41 | - const: cortina,gemini |
| 42 | |
| 43 | - description: D-Link DNS-313 1-Bay Network Storage Enclosure |
| 44 | items: |
| 45 | - const: dlink,dns-313 |
| 46 | - const: cortina,gemini |
| 47 | |
| 48 | - description: Edimax NS-2502 |
| 49 | items: |
| 50 | - const: edimax,ns-2502 |
| 51 | - const: cortina,gemini |
| 52 | |
| 53 | - description: ITian Square One SQ201 |
| 54 | items: |
| 55 | - const: itian,sq201 |
| 56 | - const: cortina,gemini |
| 57 | |
| 58 | - description: Raidsonic NAS IB-4220-B |
| 59 | items: |
| 60 | - const: raidsonic,ib-4220-b |
| 61 | - const: cortina,gemini |
| 62 | |
| 63 | - description: SSI 1328 |
| 64 | items: |
| 65 | - const: ssi,1328 |
| 66 | - const: cortina,gemini |
| 67 | |
| 68 | - description: Teltonika RUT1xx Mobile Router |
| 69 | items: |
| 70 | - const: teltonika,rut1xx |
| 71 | - const: cortina,gemini |
| 72 | |
| 73 | - description: Wiligear Wiliboard WBD-111 |
| 74 | items: |
| 75 | - const: wiligear,wiliboard-wbd111 |
| 76 | - const: cortina,gemini |
| 77 | |
| 78 | - description: Wiligear Wiliboard WBD-222 |
| 79 | items: |
| 80 | - const: wiligear,wiliboard-wbd222 |
| 81 | - const: cortina,gemini |
| 82 | |
| 83 | - description: Wiligear Wiliboard WBD-111 - old incorrect binding |
| 84 | items: |
| 85 | - const: wiliboard,wbd111 |
| 86 | - const: cortina,gemini |
| 87 | deprecated: true |
| 88 | |
| 89 | - description: Wiligear Wiliboard WBD-222 - old incorrect binding |
| 90 | items: |
| 91 | - const: wiliboard,wbd222 |
| 92 | - const: cortina,gemini |
| 93 | deprecated: true |
| 94 | |
| 95 | additionalProperties: true |