Path: blob/master/Documentation/devicetree/bindings/auxdisplay/arm,versatile-lcd.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/auxdisplay/arm,versatile-lcd.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ARM Versatile Character LCD78maintainers:9- Linus Walleij <linus.walleij@linaro.org>10- Rob Herring <robh@kernel.org>1112description:13This binding defines the character LCD interface found on ARM Versatile AB14and PB reference platforms.1516properties:17compatible:18const: arm,versatile-lcd1920reg:21maxItems: 12223clocks:24maxItems: 12526clock-names:27maxItems: 12829interrupts:30maxItems: 13132required:33- compatible34- reg3536additionalProperties: false3738examples:39- |40lcd@10008000 {41compatible = "arm,versatile-lcd";42reg = <0x10008000 0x1000>;43};444546