Hi!
I am working with a TI Stellaris/Tiva Blizzard Device that is part of the new SMC Controller Series (LM4FSx). The Blizzard devices have support for 4-wire Fan Control, and the base address is in the hw_map.h header:
FAN0_BASE 0x40084000 // Fan Control (FAN)
As well as the Fan APIs in the ROM Guide/Headers:
ROM_FANTABLE
However, I am unable to find a datasheet for the LM4FSx series, and all the other Blizzard-Class device datasheets list 0x40084000 as "Reserved". So far, I've been figuring out the registers by using the ChromiumOS Source Code from Google;
https://chromium.googlesource.com/chromiumos/platform/ec/+/master/chip/lm4/fan.c
But having official TI documentation would be preferred.
Thank you for the assistance!