On 03/23/2016 05:34 AM, Lokesh Vutla wrote:
TI's Industrial Communication Engine EVM is a low cost hardware mainly
developed for industrial communication type applications using serial
or Ethernet based interfaces. This platform features TI's AM3359 with
800MHz single core Cortex-A8 processor, 256MB DDR3, 64MB SPI flash,
8MB NOR Flash, mmc, usb, can, dual Ethernet ports.
For more information, look at HW user guide[1], Data manual[2].
Just add basic support for the moment.
[1] http://processors.wiki.ti.com/index.php/AM335x_Industrial_Communication_Engine_EVM_Rev2_1_HW_User_Guide
[2] http://www.ti.com/lit/ds/symlink/am3359.pdf
Signed-off-by: Lokesh Vutla <redacted>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
Changes since v1:
- Add separate nodes for gpio leds and tpic2810 leds.
.../devicetree/bindings/arm/omap/omap.txt | 3 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/am335x-icev2.dts | 306 +++++++++++++++++++++
3 files changed, 310 insertions(+)
create mode 100644 arch/arm/boot/dts/am335x-icev2.dts
[...]
--
regards,
-grygorii