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 | # Copyright (C) Sunplus Co., Ltd. 2021 |
| 3 | %YAML 1.2 |
| 4 | --- |
| 5 | $id: http://devicetree.org/schemas/arm/sunplus,sp7021.yaml# |
| 6 | $schema: http://devicetree.org/meta-schemas/core.yaml# |
| 7 | |
| 8 | title: Sunplus SP7021 Boards |
| 9 | |
| 10 | maintainers: |
| 11 | - qinjian <qinjian@cqplus1.com> |
| 12 | |
| 13 | description: | |
| 14 | ARM platforms using Sunplus SP7021, an ARM Cortex A7 (4-cores) based SoC. |
| 15 | Wiki: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview |
| 16 | |
| 17 | properties: |
| 18 | $nodename: |
| 19 | const: '/' |
| 20 | compatible: |
| 21 | items: |
| 22 | - enum: |
| 23 | - sunplus,sp7021-achip |
| 24 | - sunplus,sp7021-demo-v3 |
| 25 | - const: sunplus,sp7021 |
| 26 | |
| 27 | additionalProperties: true |
| 28 | |
| 29 | ... |