commit | 3bd5610ee8f1f6cbbb5f828a5166867ccb7594f8 | [log] [tgz] |
---|---|---|
author | Eugen Hristev <eugen.hristev@microchip.com> | Wed Oct 09 09:23:39 2019 +0000 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Thu Oct 24 13:01:57 2019 +0300 |
tree | a32a67544153cbe6fb223e40acd045cec98cc54f | |
parent | 31d8fac8953f6b15f5194f0f600501a630de0ef4 [diff] |
misc: microchip_flexcom: introduce microchip_flexcom driver The Microchip Flexcom is just a wrapper which embeds a SPI controller, an I2C controller and an USART. Only one function can be used at a time and is chosen at boot time according to the device tree. The bindings are kept as in Linux. The driver registers to MISC_UCLASS. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>