RTL8822CE with rtw88 driver on Debian

Remove realtek firmware if you have installed:

sudo apt-get remove realtek-firmware

Now grab and install the firmware from:

git clone https://github.com/lwfinger/rtw88.git
make
sudo make install

If you have problem with the bluetooth:

sudo ln -s /lib/firmware/rtw88 /lib/firmware/rtl_bt

References