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/moxart.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: MOXA ART device tree bindings
0008 
0009 maintainers:
0010   - Jonas Jensen <jonas.jensen@gmail.com>
0011 
0012 properties:
0013   compatible:
0014     description: UC-7112-LX embedded computer
0015     items:
0016       - const: moxa,moxart-uc-7112-lx
0017       - const: moxa,moxart
0018 
0019 additionalProperties: true
0020 ...