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/socionext/uniphier.yaml# |
| 5 | $schema: http://devicetree.org/meta-schemas/core.yaml# |
| 6 | |
| 7 | title: Socionext UniPhier platform |
| 8 | |
| 9 | maintainers: |
| 10 | - Masahiro Yamada <yamada.masahiro@socionext.com> |
| 11 | |
| 12 | properties: |
| 13 | $nodename: |
| 14 | const: / |
| 15 | compatible: |
| 16 | oneOf: |
| 17 | - description: LD4 SoC boards |
| 18 | items: |
| 19 | - enum: |
| 20 | - socionext,uniphier-ld4-ref |
| 21 | - const: socionext,uniphier-ld4 |
| 22 | - description: Pro4 SoC boards |
| 23 | items: |
| 24 | - enum: |
| 25 | - socionext,uniphier-pro4-ace |
| 26 | - socionext,uniphier-pro4-ref |
| 27 | - socionext,uniphier-pro4-sanji |
| 28 | - const: socionext,uniphier-pro4 |
| 29 | - description: Pro5 SoC boards |
| 30 | items: |
| 31 | - enum: |
| 32 | - socionext,uniphier-pro5-epcore |
| 33 | - socionext,uniphier-pro5-proex |
| 34 | - const: socionext,uniphier-pro5 |
| 35 | - description: sLD8 SoC boards |
| 36 | items: |
| 37 | - enum: |
| 38 | - socionext,uniphier-sld8-ref |
| 39 | - const: socionext,uniphier-sld8 |
| 40 | - description: PXs2 SoC boards |
| 41 | items: |
| 42 | - enum: |
| 43 | - socionext,uniphier-pxs2-gentil |
| 44 | - socionext,uniphier-pxs2-vodka |
| 45 | - const: socionext,uniphier-pxs2 |
| 46 | - description: LD6b SoC boards |
| 47 | items: |
| 48 | - enum: |
| 49 | - socionext,uniphier-ld6b-ref |
| 50 | - const: socionext,uniphier-ld6b |
| 51 | - description: LD11 SoC boards |
| 52 | items: |
| 53 | - enum: |
| 54 | - socionext,uniphier-ld11-global |
| 55 | - socionext,uniphier-ld11-ref |
| 56 | - const: socionext,uniphier-ld11 |
| 57 | - description: LD20 SoC boards |
| 58 | items: |
| 59 | - enum: |
| 60 | - socionext,uniphier-ld20-akebi96 |
| 61 | - socionext,uniphier-ld20-global |
| 62 | - socionext,uniphier-ld20-ref |
| 63 | - const: socionext,uniphier-ld20 |
| 64 | - description: PXs3 SoC boards |
| 65 | items: |
| 66 | - enum: |
| 67 | - socionext,uniphier-pxs3-ref |
| 68 | - const: socionext,uniphier-pxs3 |
| 69 | |
| 70 | additionalProperties: true |