diff options
author | Jagan Teki <jagan@edgeble.ai> | 2022-11-29 08:54:24 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-12-26 23:38:09 +0100 |
commit | 2ec8afbc91faef6825548ae4e0ae3274a1a7b884 (patch) | |
tree | dd6b19fc68af36a902dcd625a1c699a5a53b0478 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: rockchip: Add Edgeble RV1126 Neural Compute Module 2(Neu2) (diff) | |
download | linux-2ec8afbc91faef6825548ae4e0ae3274a1a7b884.tar.xz linux-2ec8afbc91faef6825548ae4e0ae3274a1a7b884.zip |
ARM: dts: rockchip: Add Edgeble Neural Compute Module 2(Neu2) IO board
Neural Compute Module 2(Neu2) IO board is an industrial form factor
evaluation 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>
Link: https://lore.kernel.org/r/20221129075424.189655-9-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index d08a3c450ce7..a750a1ea2b38 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1127,6 +1127,7 @@ dtb-$(CONFIG_ARCH_RENESAS) += \ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rv1108-elgin-r1.dtb \ rv1108-evb.dtb \ + rv1126-edgeble-neu2-io.dtb \ rk3036-evb.dtb \ rk3036-kylin.dtb \ rk3066a-bqcurie2.dtb \ |