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 - actiontec,mi424wr-ac 20 - actiontec,mi424wr-d 21 - adieng,coyote 22 - arcom,vulcan 23 - dlink,dsm-g600-a 24 - freecom,fsg-3 25 - gateway,7001 26 - gateworks,gw2348 27 - goramo,multilink-router 28 - intel,ixdp425 29 - intel,ixdpg425 30 - iom,nas-100d 31 - linksys,nslu2 32 - netgear,wg302v1 33 - netgear,wg302v2 34 - usr,8200 35 - welltech,epbx100 36 - linksys,wrv54g 37 - gemtek,gtwx5715 38 - const: intel,ixp42x 39 - items: 40 - enum: 41 - gateworks,gw2358 42 - intel,kixrp435 43 - const: intel,ixp43x 44 45additionalProperties: true 46