27.10.2015 Views

Advanced Configuration and Power Interface Specification

ACPI_6.0

ACPI_6.0

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Advanced</strong> <strong>Configuration</strong> <strong>and</strong> <strong>Power</strong> <strong>Interface</strong> <strong>Specification</strong><br />

interpretation of the Values associated with them is then dependent on the PNP or ACPI device ID<br />

of the device.<br />

Device (MDEV) {<br />

Name (_HID, “PNP####”)<br />

}<br />

Name (_DSD, Package () {<br />

ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),<br />

Package () {<br />

Package (2) {...},// Property 1<br />

...<br />

Package (2) {...}// Property n<br />

}<br />

})<br />

//<br />

// PWM controller with two pins that can be driven <strong>and</strong> a device using<br />

// those pins with the periods of 5000000 <strong>and</strong> 4500000 nanoseconds,<br />

// respectively.<br />

//<br />

Device (\_SB.PCI0.PWM) {<br />

Name (_HID, “PNP####”)<br />

}<br />

Name (_DSD, Package () {<br />

ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),<br />

Package () {<br />

Package (2) {"#pwm-cells", 2}<br />

}<br />

})<br />

Device (\_SB.PCI0.BL) {<br />

Name (_HID, “ACPI####”)<br />

Name (_DSD, Package () {<br />

ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),<br />

Package () {<br />

Package (2) {<br />

"pwms",<br />

Package () {<br />

\_SB.PCI0.PWM, 0, 5000000,<br />

\_SB.PCI0.PWM, 1, 4500000<br />

}<br />

}<br />

}<br />

}<br />

})<br />

//<br />

// SPI controller using a fixed frequency clock represented by the CLKO<br />

// device object.<br />

//<br />

Device (\_SB_.PCI0) {<br />

Device (CLK0) {<br />

Name (_HID, “PNP####”)<br />

300 April, 2015 Version 6.0

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!