Its the mainline dtb mv old dtb to .bak copy new and yeah.
Definately works with manjaro that way or what you can do is compile your own kernel.
Or git clone current radxa master kernel
zcat /proc/config.gz > .config
clone current config to .config in kernel root directory
go to mainline grab /arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi
place in your radxa kernel git clone @ /arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi
Change the line in /arch/arm64/boot/dts/rockchip/rockpi-4b-linux.dts #include "rk3399-opp.dtsi"
to #include "rk3399-op1-opp.dtsi"
make
You don’t need the kernel and a long way but it will make a dts for you that you can do the same with if there is any difference as the above.
Or convert both to dts and just make the cpu table changes then convert back