board: rockchip: Add Edgeble Neu2 IO Board
authorJagan Teki <jagan@edgeble.ai>
Wed, 14 Dec 2022 17:51:11 +0000 (23:21 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 16 Jan 2023 10:01:11 +0000 (18:01 +0800)
commitb8f1ca95401301c079e0b1baf4387ddedc30d904
tree8ea3d170715140a5440f72687404fb4d35c829df
parent43e89241f38feff92623c7b3116869b81c1e7f66
board: rockchip: Add Edgeble Neu2 IO Board

Neural Compute Module 2(Neu2) IO board is an industrial form factor
IO board from Edgeble AI.

General features:
- microSD slot
- MIPI DSI connector
- 2x USB Host
- 1x USB OTG
- Ethernet
- mini PCIe
- Onboard PoE
- RS485, RS232, CAN
- Micro Phone array
- Speaker
- RTC battery slot
- 40-pin expansion

Neu2 needs to mount on top of this IO board in order to create complete
Edgeble Neural Compute Module 2(Neu2) IO platform.

Add support for it.

Signed-off-by: Jagan Teki <jagan@edgeble.ai>
arch/arm/dts/rv1126-edgeble-neu2-io-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/rv1126/Kconfig
board/edgeble/neural-compute-module-2/Kconfig [new file with mode: 0644]
board/edgeble/neural-compute-module-2/MAINTAINERS [new file with mode: 0644]
board/edgeble/neural-compute-module-2/Makefile [new file with mode: 0644]
board/edgeble/neural-compute-module-2/neu2.c [new file with mode: 0644]
configs/neu2-io-rv1126_defconfig [new file with mode: 0644]
doc/board/rockchip/rockchip.rst
include/configs/neural-compute-module-2.h [new file with mode: 0644]