Skip to content

Instantly share code, notes, and snippets.

@cengiz-io
Created March 21, 2018 23:08
Show Gist options
  • Save cengiz-io/e99313f439e6a413529951281c4d439d to your computer and use it in GitHub Desktop.
Save cengiz-io/e99313f439e6a413529951281c4d439d to your computer and use it in GitHub Desktop.
Device (SMC)
{
Name (_HID, EisaId ("APP0001")) // _HID: Hardware ID
Name (_CID, "smc-huronriver") // _CID: Compatible ID
Name (_STA, 0x0B) // _STA: Status
Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings
{
IO (Decode16,
0x0300, // Range Minimum
0x0300, // Range Maximum
0x01, // Alignment
0x20, // Length
)
Memory32Fixed (ReadWrite,
0xFEF00000, // Address Base
0x00010000, // Address Length
)
IRQNoFlags ()
{6}
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment