You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
98267d33e2
Add equivalent attributes to those provided in the platform data for use when RX DMA is enabled. Signed-off-by: Andrew Jackson <Andrew.Jackson@arm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
23 lines
780 B
Plaintext
23 lines
780 B
Plaintext
* ARM AMBA Primecell PL011 serial UART
|
|
|
|
Required properties:
|
|
- compatible: must be "arm,primecell", "arm,pl011"
|
|
- reg: exactly one register range with length 0x1000
|
|
- interrupts: exactly one interrupt specifier
|
|
|
|
Optional properties:
|
|
- pinctrl: When present, must have one state named "sleep"
|
|
and one state named "default"
|
|
- clocks: When present, must refer to exactly one clock named
|
|
"apb_pclk"
|
|
- dmas: When present, may have one or two dma channels.
|
|
The first one must be named "rx", the second one
|
|
must be named "tx".
|
|
- auto-poll: Enables polling when using RX DMA.
|
|
- poll-rate-ms: Rate at which poll occurs when auto-poll is set,
|
|
default 100ms.
|
|
- poll-timeout-ms: Poll timeout when auto-poll is set, default
|
|
3000ms.
|
|
|
|
See also bindings/arm/primecell.txt
|