Request for someone to run a U-Boot `md` command

I’m working on U-Boot for another HiSilicon Soc. I have a driver that might be compatible with the Hi3660 and other HiSilicon SoCs, but I don’t have a device to test on. Can anyone with one of these devices get into U-Boot, and run a md command for me, and respond with the result and the SoC model number on your device? It will determine if I can upstream my driver (as I can’t add a driver without any supported devices).

Command: md 0x20050ee0 0x4 That will likely get the chip ID registers.
I’m expecting it to return this: 20050ee0: 00000000 00000001 00000060 00000036`

Reference my Github page about the chip id stuff if you want some more context of what should be there, a driver (that I can’t yet upstream), how to add in the device node to use the driver, etc.