1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/intel-ixp4xx.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Intel IXP4xx
8
9maintainers:
10  - Linus Walleij <linus.walleij@linaro.org>
11
12properties:
13  $nodename:
14    const: "/"
15  compatible:
16    oneOf:
17      - items:
18          - enum:
19              - adieng,coyote
20              - arcom,vulcan
21              - dlink,dsm-g600-a
22              - freecom,fsg-3
23              - gateway,7001
24              - gateworks,gw2348
25              - goramo,multilink-router
26              - intel,ixdp425
27              - intel,ixdpg425
28              - iom,nas-100d
29              - linksys,nslu2
30              - netgear,wg302v1
31              - netgear,wg302v2
32              - usr,8200
33              - welltech,epbx100
34              - linksys,wrv54g
35              - gemtek,gtwx5715
36          - const: intel,ixp42x
37      - items:
38          - enum:
39              - gateworks,gw2358
40              - intel,kixrp435
41          - const: intel,ixp43x
42
43additionalProperties: true
44