Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/auxdisplay/img-ascii-lcd.txt
48375 views
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.
18
19