Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/intel-ixp4xx.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Intel IXP4xx Device Tree Bindings
0008 
0009 maintainers:
0010   - Linus Walleij <linus.walleij@linaro.org>
0011 
0012 properties:
0013   $nodename:
0014     const: "/"
0015   compatible:
0016     oneOf:
0017       - items:
0018           - enum:
0019               - linksys,nslu2
0020               - welltech,epbx100
0021           - const: intel,ixp42x
0022       - items:
0023           - enum:
0024               - gateworks,gw2358
0025           - const: intel,ixp43x
0026 
0027 additionalProperties: true