I wish the RP2350 would include a fuse to disable for good the ARM cores for those who want only the risc-v cores (and maybe not pay ARM royalties on those chips).
See pg.1259 in the datasheet, the ARM_DISABLE fuse does exactly that. Putting that in was a smart move because it means they can always make a RISC-V-only variant of the chip without having to tape out new silicon - they just have to blow that fuse at the factory.
That's actually a super common way to handle licensing in hard IP. You don't want to spin different revisions of a chip with and without the IP, that's expensive. So you build in fuses to permanently disable the IP. This happens a lot with hardware video encoder/decoder blocks.
Or you do it the other way around in software - remember the Pi 1/2 era where you had to buy separate licenses for MPEG/h264 HW decoders, tied to the Pi's serial number?
It means the chip CPU cores won't be tied to ARM PI enforcement, and won't have to pay for the license to implement ARM ISA (or implement ARM core design).