]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
dt-bindings: img-ascii-lcd: Document a binding for simple ASCII LCDs
[karo-tx-linux.git] / Documentation / devicetree / bindings / auxdisplay / img-ascii-lcd.txt
1 Binding for ASCII LCD displays on Imagination Technologies boards
2
3 Required properties:
4 - compatible : should be one of:
5     "img,boston-lcd"
6     "mti,malta-lcd"
7     "mti,sead3-lcd"
8
9 Required properties for "img,boston-lcd":
10 - reg : memory region locating the device registers
11
12 Required properties for "mti,malta-lcd" or "mti,sead3-lcd":
13 - regmap: phandle of the system controller containing the LCD registers
14 - offset: offset in bytes to the LCD registers within the system controller
15
16 The layout of the registers & properties of the display are determined
17 from the compatible string, making this binding somewhat trivial.