generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define AML device ID/props for SPCR type 0x12 devices
#24 Signed-off-by: Andrei Warkentin <[email protected]>
- Loading branch information
Showing
4 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[[acpi-props]] | ||
=== RVI-specific ACPI Device Properties | ||
|
||
This section defines the _DSD device properties cite:[DSD] in the `rscv-` namespace. | ||
|
||
Where explicit values are provided in a property definition, only these values must be used. System behavior with any other values is undefined. | ||
|
||
Request for additional property names in the `rscv-` namespace should be made as a git pull request to this document. | ||
|
||
[[acpi-props-uart]] | ||
==== Properties for UART Devices | ||
|
||
[width=100%] | ||
[%header, cols="10,5,25"] | ||
|=== | ||
| Property (`rscv-uart-*`) ^| Type | Description | ||
| `clock-frequency` | Integer | Clock feeding the IP block in Hz. | ||
3+| _A value of zero will preclude the ability to set the baud rate, or | ||
to configure a disabled device._ | ||
| `reg-shift` | Integer | Quantity to shift the register offsets by. | ||
| `reg-io-width` | Integer | The size (in bytes) of the register accesses that should be performed on the device. | ||
3+| _1, 2, 4 or 8._ | ||
| `rx-fifo-size` | Integer | The RX FIFO size (in bytes). | ||
|=== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters