The Zigbee adapter has a concept of drivers, such that it can work with multiple dongle types.
- Digi dongles: https://github.com/mozilla-iot/zigbee-adapter/blob/master/xbee-driver.js
- ConBee/RaspBee: https://github.com/mozilla-iot/zigbee-adapter/blob/master/deconz-driver.js
- CC253x (open PR, needs testing): https://github.com/mozilla-iot/zigbee-adapter/pull/101
With that said, if there are other dongle types you would like support for, you could either write a driver yourself or open an issue on the add-on’s repository: https://github.com/mozilla-iot/zigbee-adapter/issues