1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/zte.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: ZTE zx platforms 8 9maintainers: 10 - Stefan Dösinger <stefandoesinger@gmail.com> 11 12description: | 13 ARM platforms using SoCs designed by ZTE. Currently this supports devices 14 based on the zx297520v3 SoC which is found in LTE routers. 15 16properties: 17 $nodename: 18 const: "/" 19 compatible: 20 oneOf: 21 - items: 22 - enum: 23 - dlink,dwr932m 24 - const: zte,zx297520v3 25 26additionalProperties: true 27