summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-sbsa/devicetree.cb
blob: 2e2cf3d01e30d01b161f25c1fa33366130515ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0-or-later

chip mainboard/emulation/qemu-sbsa
	register "vgic_maintenance_interrupt" = "0x19"
	register "performance_interrupt_gsiv" = "0x17"

	device cpu_cluster 0 on ops qemu_aarch64_cpu_ops end

	device domain 0 on ops qemu_aarch64_pci_domain_ops
		device pci 00.0 on end
	end
end