mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
aarch64: Add PL061 for device tree implementation
This commit adds a new legacy device PL011 for the AArch64 device tree implementation. Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
@@ -129,6 +129,9 @@ pub enum DeviceType {
|
||||
/// Device Type: RTC.
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
RTC,
|
||||
/// Device Type: GPIO.
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
GPIO,
|
||||
}
|
||||
|
||||
/// Default (smallest) memory page size for the supported architectures.
|
||||
|
||||
Reference in New Issue
Block a user