summaryrefslogtreecommitdiff
path: root/src/mainboard/google/cherry/variants/dojo/overridetree.cb
blob: 1dff59473617dd6713843f2573e4ca863174b9b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SPDX-License-Identifier: GPL-2.0-only

chip soc/mediatek/mt8195
	device domain 0 on
		register "pcie_config" = "{
			.base = 0x112f0000,
			.mmio_res_io = {
				.cpu_addr = 0x20000000,
				.pci_addr = 0x20000000,
				.size = 16 * MiB,
				.type = IORESOURCE_IO,
			},
			.mmio_res_mem = {
				.cpu_addr = 0x21000000,
				.pci_addr = 0x21000000,
				.size = 48 * MiB,
				.type = IORESOURCE_MEM,
			},
		}"
		device pci 00.0 on end # - Host Bridge
	end
end