device/pci_ids: Add Panther Lake Intel Touch Controller PCI IDs
[coreboot2.git] / src / northbridge / amd / nb_common.h
blobbee75c71093a28e95c1ed9e6d0229233a219806c
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __AMD_NB_COMMON_H__
4 #define __AMD_NB_COMMON_H__
6 #define HT_IO_HOST_ALIGN 4096
7 #define HT_MEM_HOST_ALIGN (1024 * 1024)
9 #define DEV_CDB 0x18
10 #define IO_APIC2_ADDR 0xfec20000
12 #endif