added .gitignore (avoid *.bak files in git)
by Christian Schilmoeller 7 years 7 months
added .gitignore (avoid *.bak files in git)
added library symbol and footprint of minipcie socket for later use
9343a6ea
added links to datasheets
by Christian Schilmoeller 7 years 7 months
8ccb026e
* added footprints
by Christian Schilmoeller 7 years 7 months
* added footprints
* changes in library to make footprints usable (esp. numbering scheme of SOM9
* assigned footprints to schematic symbols
72827287
Begin WiFi+BT M.2 socket circuit, connect the asso...
by Eric Kuzmenko 7 years 7 months
Begin WiFi+BT M.2 socket circuit, connect the associated USB bus from the hub circuit, determined that the i.MX8M's UART's default POR state is such that CTS is an output and RTS is an input and assigned the signals accordingly
023915d5
Complete more of the USB hub circuit, connect one ...
by Eric Kuzmenko 7 years 7 months
Complete more of the USB hub circuit, connect one of the downstream ports to the WWAN M.2 module, remove the unused VBUS rail, add notes regarding the USB-C port having its corresponding ID pin pulled low
d8c3a659
Begin USB 2.0 hub circuit for M.2 modules, remove ...
by Eric Kuzmenko 7 years 7 months
Begin USB 2.0 hub circuit for M.2 modules, remove supervisory/voltage monitor/watchdog circuit since the EmCraft SoM implements it

USB 2.0 hub circuit still needs to be completed.
a8161114
Modify the boot config pins such that the eMMC is ...
by Eric Kuzmenko 7 years 7 months
Modify the boot config pins such that the eMMC is an 8-bit bus, depressing a momentary push button switch during boot causes SD boot, and relevant options
4cc55e26
Use the main 18650 battery for the RTC (instead of...
by Eric Kuzmenko 7 years 7 months
Use the main 18650 battery for the RTC (instead of a coin-cell), include information about which battery has been narrowed down to be the best option (NCR18650BD), remove 2K EEPROM used for the board ID (MAC address) since it won't be used
1163b3eb
Have the charge controller IC handle the USB-C DRP...
by Eric Kuzmenko 7 years 7 months
Have the charge controller IC handle the USB-C DRP PD switch mechanism, notes added on what procedure is required to operate as sink/source and how to swap between these roles

The mainline kernel's TCPM implementation needs to be used in conjunction with the charge controller IC's interface. For example, if the TCPC (PTN5110HQ CC controller) has the USB configured as a sink role then the TCPM (i.MX8M) would read out the CC_STATUS and POWER_STATUS registers of the CC controller IC to know this is the case, and then it (i.MX8M) would configure the charge controller IC accordingly (sink current from VBUS).

Both the CC controller and charge controller's open-drain output interrupt pins are tied together, which means if either of them pull the line low then the i.MX8M needs to check both of their fault registers to determine if a fault has occured on either chip. If the INT pin wasn't pulled low due to a fault then a status update event from either chip may have triggered it, which needs to be determined, as well as the corresponding action taken. These INT pins may need to be separated if the software side is too complex, so long as there's a spare interrupt pins available.

Fast swap is not supported, and is not a requirement.
aee37d2c
Include li-ion charge controller PMIC which implem...
by Eric Kuzmenko 7 years 7 months
Include li-ion charge controller PMIC which implements VBAT UVLO, VBAT OVP, input/output OVP & OCP; completely removed the old buck-boost in favor of this fully integrated chip

The BQ25896 may be able to handle the USB-C DRP PD switch all on its own (needs further investigation).
8fb63764
Report a bug