brintos

brintos / linux-shallow public Read only

0
0
Text · 800 B · 439f7b8 Raw
45 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/auxdisplay/arm,versatile-lcd.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: ARM Versatile Character LCD8 9maintainers:10  - Linus Walleij <linus.walleij@linaro.org>11  - Rob Herring <robh@kernel.org>12 13description:14  This binding defines the character LCD interface found on ARM Versatile AB15  and PB reference platforms.16 17properties:18  compatible:19    const: arm,versatile-lcd20 21  reg:22    maxItems: 123 24  clocks:25    maxItems: 126 27  clock-names:28    maxItems: 129 30  interrupts:31    maxItems: 132 33required:34  - compatible35  - reg36 37additionalProperties: false38 39examples:40  - |41    lcd@10008000 {42        compatible = "arm,versatile-lcd";43        reg = <0x10008000 0x1000>;44    };45