mirror of
https://github.com/edk2-porting/edk2-msm
synced 2025-06-08 06:04:01 +00:00
20 lines
344 B
C
Executable File
20 lines
344 B
C
Executable File
//
|
|
// Secure Channel Manager (SCM) Driver
|
|
//
|
|
Device (SCM0)
|
|
{
|
|
Name (_HID, "QCOM0013") // _HID: Hardware ID
|
|
Alias (\_SB.PSUB, _SUB)
|
|
Name (_UID, Zero) // _UID: Unique ID
|
|
}
|
|
|
|
//
|
|
// TrEE Driver
|
|
//
|
|
Device (TREE)
|
|
{
|
|
Name (_HID, "QCOM00BF") // _HID: Hardware ID
|
|
Alias (\_SB.PSUB, _SUB)
|
|
Name (_UID, Zero) // _UID: Unique ID
|
|
}
|