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/ti/nspire.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: TI-NSPIRE calculators
0008 
0009 maintainers:
0010   - Daniel Tang <dt.tangr@gmail.com>
0011 
0012 properties:
0013   $nodename:
0014     const: '/'
0015   compatible:
0016     items:
0017       - enum:
0018           # CX models
0019           - ti,nspire-cx
0020           # Touchpad models
0021           - ti,nspire-tp
0022           # Clickpad models
0023           - ti,nspire-clp
0024 
0025 additionalProperties: true
0026 
0027 ...