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/auxdisplay/arm,versatile-lcd.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: ARM Versatile Character LCD
0008 
0009 maintainers:
0010   - Linus Walleij <linus.walleij@linaro.org>
0011   - Rob Herring <robh@kernel.org>
0012 
0013 description:
0014   This binding defines the character LCD interface found on ARM Versatile AB
0015   and PB reference platforms.
0016 
0017 properties:
0018   compatible:
0019     const: arm,versatile-lcd
0020 
0021   reg:
0022     maxItems: 1
0023 
0024   clocks:
0025     maxItems: 1
0026 
0027   clock-names:
0028     maxItems: 1
0029 
0030   interrupts:
0031     maxItems: 1
0032 
0033 required:
0034   - compatible
0035   - reg
0036 
0037 additionalProperties: false
0038 
0039 examples:
0040   - |
0041     lcd@10008000 {
0042             compatible = "arm,versatile-lcd";
0043             reg = <0x10008000 0x1000>;
0044     };