Path: blob/master/Documentation/devicetree/bindings/auxdisplay/img,ascii-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/img,ascii-lcd.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ASCII LCD displays on Imagination Technologies boards78maintainers:9- Paul Burton <paulburton@kernel.org>1011properties:12compatible:13enum:14- img,boston-lcd15- mti,malta-lcd16- mti,sead3-lcd1718reg:19maxItems: 12021offset:22$ref: /schemas/types.yaml#/definitions/uint3223description:24Offset in bytes to the LCD registers within the system controller2526required:27- compatible2829oneOf:30- required:31- reg32- required:33- offset3435if:36properties:37compatible:38contains:39const: img,boston-lcd40then:41required:42- reg43else:44required:45- offset4647additionalProperties: false4849examples:50- |51lcd: lcd@17fff000 {52compatible = "img,boston-lcd";53reg = <0x17fff000 0x8>;54};555657