| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| %YAML 1.2 |
| --- |
| $id: http://devicetree.org/schemas/arm/zte.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| |
| title: ZTE zx platforms |
| |
| maintainers: |
| - Stefan Dösinger <stefandoesinger@gmail.com> |
| |
| description: | |
| ARM platforms using SoCs designed by ZTE. Currently this supports devices |
| based on the zx297520v3 SoC which is found in LTE routers. |
| |
| properties: |
| $nodename: |
| const: "/" |
| compatible: |
| oneOf: |
| - items: |
| - enum: |
| - dlink,dwr932m |
| - const: zte,zx297520v3 |
| |
| additionalProperties: true |