brintos

brintos / linux-shallow public Read only

0
0
Text · 1.0 KiB · d60792b Raw
44 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/arm/intel-ixp4xx.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Intel IXP4xx8 9maintainers:10  - Linus Walleij <linus.walleij@linaro.org>11 12properties:13  $nodename:14    const: "/"15  compatible:16    oneOf:17      - items:18          - enum:19              - adieng,coyote20              - arcom,vulcan21              - dlink,dsm-g600-a22              - freecom,fsg-323              - gateway,700124              - gateworks,gw234825              - goramo,multilink-router26              - intel,ixdp42527              - intel,ixdpg42528              - iom,nas-100d29              - linksys,nslu230              - netgear,wg302v131              - netgear,wg302v232              - usr,820033              - welltech,epbx10034              - linksys,wrv54g35              - gemtek,gtwx571536          - const: intel,ixp42x37      - items:38          - enum:39              - gateworks,gw235840              - intel,kixrp43541          - const: intel,ixp43x42 43additionalProperties: true44