Hi Alexey,
On 11/20/18 7:13 PM, Alexey Borovikov wrote:
Is there an external superio on your board?
yes, kind of. There's an FPGA attached to the LPC bus that exposes UARTs among some other interfaces.
At the moment I am trying to solve the problem of initializing the external superio chip for the SOC Baytrail processor, but so far without success.
I don't know the Bay Trail SoC. But my most common advice might help here: Do all pin/pad configuration (e.g. GPIOs) first. This seems to affect even very common connections on Intel's Atom SoCs. What I just learned during the past few days: LPC isn't the default configuration on Apollo Lake, and the same seems to be true for Bay Trail.
Nico