blob: df65b3f24bf875e467e694fd4796e484404a71b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
## SPDX-License-Identifier: GPL-2.0-only
chip soc/mediatek/mt8196
device cpu_cluster 0 on end
device domain 0 on
register "pcie_config" = "{
.base = 0x16940000,
.mmio_res_io = {
.cpu_addr = 0x58000000,
.pci_addr = 0x58000000,
.size = 16 * MiB,
.type = IORESOURCE_IO,
},
.mmio_res_mem = {
.cpu_addr = 0x59000000,
.pci_addr = 0x59000000,
.size = 64 * MiB,
.type = IORESOURCE_MEM,
},
}"
device pci 00.0 on end # - Host Bridge
end
end
|