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 Device Tree Bindings 8 9maintainers: 10 - Linus Walleij <linus.walleij@linaro.org> 11 12properties: 13 compatible: 14 oneOf: 15 - items: 16 - enum: 17 - linksys,nslu2 18 - const: intel,ixp42x 19 - items: 20 - enum: 21 - gateworks,gw2358 22 - const: intel,ixp43x 23