blob: f028d2cec7ab21fbbf328a4048784b837133c6b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
|