Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/intel,keembay.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Keem Bay platform device tree bindings
0008 
0009 maintainers:
0010   - Paul J. Murphy <paul.j.murphy@intel.com>
0011   - Daniele Alessandrelli <daniele.alessandrelli@intel.com>
0012 
0013 properties:
0014   $nodename:
0015     const: '/'
0016   compatible:
0017     items:
0018       - enum:
0019           - intel,keembay-evm
0020       - const: intel,keembay
0021 
0022 additionalProperties: true
0023 
0024 ...