1/* SPDX-License-Identifier: GPL-2.0-only */ 2 3#include <soc/iomap.h> 4 5Scope (\_SB.PCI0) { 6 7 Device (PMC) 8 { 9 Name (_HID, "INTC1026") 10 Name (_DDN, "Intel(R) Jasper Lake IPC Controller") 11 /* 12 * PCH preserved 32 MB MMIO range from 0xFC800000 to 0xFE7FFFFF. 13 * 64KB (0xFE000000 - 0xFE00FFFF) for PMC MBAR. 14 */ 15 Name (_CRS, ResourceTemplate () { 16 Memory32Fixed (ReadWrite, PCH_PWRM_BASE_ADDRESS, 0x00010000) 17 }) 18 } 19} 20