Add (minimal) support for the RK3568 PCIe controller. This relies on
authorkettenis <kettenis@openbsd.org>
Thu, 13 Oct 2022 09:07:26 +0000 (09:07 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 13 Oct 2022 09:07:26 +0000 (09:07 +0000)
commit5f3e3118bbe875fcd24a62403bd3527e172dd5ae
tree1738db7ef15d3ec0eafc702ec9bb3c3324a58ee7
parent7d52e6967a0736cd94a213445798c1dea1792e84
Add (minimal) support for the RK3568 PCIe controller.  This relies on
the firmware to do most of the hardware initialization; the driver
basically only sets up the address translation unit to match the
configuration specified in the device tree.

ok patrick@
sys/dev/fdt/dwpcie.c