Acpi | Nsc6001

Device (GPIO) Name (_HID, "NSC6001") // Hardware ID Name (_CID, "NSC6001") // Compatible ID Name (_CRS, ResourceTemplate () IO (Decode16, 0x6100, 0x6100, 0x01, 0x10) // I/O port range IRQ (Edge, ActiveHigh, Shared) 11 // IRQ line ) Name (_DSD, Package () ... ) // Device-Specific Data (optional)

The NSC6001 typically uses I/O ports 0x62 and 0x66 (standard EC command/status ports) or 0x68 / 0x6C . If another legacy device claims these ports, the ACPI driver will fail to start. acpi nsc6001