hit,hd44780
Vendor: Hitachi Ltd.
Description
Hitachi HD44780 LCD
Properties
Properties not inherited from the base binding file.
Name |
Type |
Details |
---|---|---|
|
|
Number of text columns that the display has
This property is required. |
|
|
Number of text rows that the display has
This property is required. |
|
|
Operating mode of display, 8-bit or 4 for 4-bit mode
This property is required. Legal values: |
|
|
GPIO connected to Register Select (RS) of LCD
This property is required. |
|
|
Optional GPIO used for selecting read or write mode
|
|
|
GPIO used for enabling commands to be sent
This property is required. |
|
|
Array of GPIOs connected to the DB lines of the display, this must
contain 8 entries ascending from DB0 to DB7, for 4-bit interface
displays, the first 4 must be set as `<0>`
This property is required. |
|
|
Optional GPIO used for controlling the brightness (contrast)
|
|
|
Optional GPIO used for enabling the backlight
|
|
|
Array of addresses for each row, will use defaults if not provided.
Default is as per Hitachi HD44780 specification.
Default value: |
|
|
Delay time (in us) to wait after enable line rises before setting low.
Default is as per Hitachi HD44780 specification.
Default value: |
|
|
Delay time (in us) to wait after enable line falls before sending
another command. Default is as per Hitachi HD44780 specification.
Default value: |
|
|
Delay time (in us) to wait after issuing a clear command before sending
another command. Default is as per Hitachi HD44780 specification.
Default value: |
|
|
Delay time (in ms) to wait at boot time before sending a command (note:
this will delay startup of the whole application by this time, this
should only be used when time is needed for the display device to be
ready before it can be configured which without any delay would cause
the display to not function properly).
|
Deprecated properties not inherited from the base binding file.
(None)
Properties inherited from the base binding file, which defines common properties that may be set on many nodes. Not all of these may apply to the “hit,hd44780” compatible.
Name |
Type |
Details |
---|---|---|
|
|
Property to identify that a device can be used as wake up source.
When this property is provided a specific flag is set into the
device that tells the system that the device is capable of
wake up the system.
Wake up capable devices are disabled (interruptions will not wake up
the system) by default but they can be enabled at runtime if necessary.
|
|
|
Automatically configure the device for runtime power management after the
init function runs.
|
|
|
List of power states that will disable this device power.
|
|
|
indicates the operational status of a device
Legal values: See Important properties for more information. |
|
|
compatible strings
This property is required. See Important properties for more information. |
|
|
register space
See Important properties for more information. |
|
|
name of each register space
|
|
|
interrupts for device
See Important properties for more information. |
|
|
extended interrupt specifier for device
|
|
|
name of each interrupt
|
|
|
phandle to interrupt controller node
|
|
|
Human readable string describing the device (used as device_get_binding() argument)
See Important properties for more information. This property is deprecated. |
|
|
Clock gate information
|
|
|
name of each clock
|
|
|
number of address cells in reg property
|
|
|
number of size cells in reg property
|
|
|
DMA channels specifiers
|
|
|
Provided names of DMA channel specifiers
|
|
|
IO channels specifiers
|
|
|
Provided names of IO channel specifiers
|
|
|
mailbox / IPM channels specifiers
|
|
|
Provided names of mailbox / IPM channel specifiers
|
|
|
Power domain specifiers
|
|
|
Provided names of power domain specifiers
|
|
|
Number of cells in power-domains property
|
|
|
Do not initialize device automatically on boot. Device should be manually
initialized using device_init().
|