Add support for (one of) the PCIe controllers on the RK3588 SoC. Since
authorkettenis <kettenis@openbsd.org>
Thu, 27 Apr 2023 09:03:06 +0000 (09:03 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 27 Apr 2023 09:03:06 +0000 (09:03 +0000)
commit5f800b9b3a80e67598845d6110cc3ada12bf18d4
tree71c11c44b232cfb653772cffe9221684ed55a8e7
parentf6d21d670c7c47d91a5c7e9481c9699a008ec7b7
Add support for (one of) the PCIe controllers on the RK3588 SoC.  Since
MSIs don't work (yet) on this SoC, implement support for legacy interrupts
for the Rockchip SoCs.  Also drop the restrictions on the bus number range
as the device tree I'm using has bus numbers start at 64 for the controller
in question.

ok patrick@, dlg@`
sys/dev/fdt/dwpcie.c