I have the SAADC working on my personal project using NRFX Hal, and I would like to "port" this code and make a driver for SAADC on Zephyr. Would I create a specific driver for SAADC cloning the ADC one or should I put the driver as another ADC driver implementation?