xref: /freebsd/sys/contrib/device-tree/Bindings/arm/sunplus,sp7021.yaml (revision b97ee269eae3cbaf35c18f51a459aea581c2a7dc)
1*b97ee269SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*b97ee269SEmmanuel Vadot# Copyright (C) Sunplus Co., Ltd. 2021
3*b97ee269SEmmanuel Vadot%YAML 1.2
4*b97ee269SEmmanuel Vadot---
5*b97ee269SEmmanuel Vadot$id: http://devicetree.org/schemas/arm/sunplus,sp7021.yaml#
6*b97ee269SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
7*b97ee269SEmmanuel Vadot
8*b97ee269SEmmanuel Vadottitle: Sunplus SP7021 Boards
9*b97ee269SEmmanuel Vadot
10*b97ee269SEmmanuel Vadotmaintainers:
11*b97ee269SEmmanuel Vadot  - qinjian <qinjian@cqplus1.com>
12*b97ee269SEmmanuel Vadot
13*b97ee269SEmmanuel Vadotdescription: |
14*b97ee269SEmmanuel Vadot  ARM platforms using Sunplus SP7021, an ARM Cortex A7 (4-cores) based SoC.
15*b97ee269SEmmanuel Vadot  Wiki: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview
16*b97ee269SEmmanuel Vadot
17*b97ee269SEmmanuel Vadotproperties:
18*b97ee269SEmmanuel Vadot  $nodename:
19*b97ee269SEmmanuel Vadot    const: '/'
20*b97ee269SEmmanuel Vadot  compatible:
21*b97ee269SEmmanuel Vadot    items:
22*b97ee269SEmmanuel Vadot      - enum:
23*b97ee269SEmmanuel Vadot          - sunplus,sp7021-achip
24*b97ee269SEmmanuel Vadot          - sunplus,sp7021-demo-v3
25*b97ee269SEmmanuel Vadot      - const: sunplus,sp7021
26*b97ee269SEmmanuel Vadot
27*b97ee269SEmmanuel VadotadditionalProperties: true
28*b97ee269SEmmanuel Vadot
29*b97ee269SEmmanuel Vadot...
30