xref: /aosp_15_r20/external/coreboot/src/mainboard/google/cherry/variants/dojo/overridetree.cb (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3chip soc/mediatek/mt8195
4	device domain 0 on
5		register "pcie_config" = "{
6			.base = 0x112f0000,
7			.mmio_res_io = {
8				.cpu_addr = 0x20000000,
9				.pci_addr = 0x20000000,
10				.size = 16 * MiB,
11				.type = IORESOURCE_IO,
12			},
13			.mmio_res_mem = {
14				.cpu_addr = 0x21000000,
15				.pci_addr = 0x21000000,
16				.size = 48 * MiB,
17				.type = IORESOURCE_MEM,
18			},
19		}"
20		device pci 00.0 on end # - Host Bridge
21	end
22end
23