Message ID | 20230516163454.997736-1-jagan@edgeble.ai |
---|---|
State | Accepted |
Commit | addc72dc55118a1e80f8c77767a5c94000248d3d |
Headers | show |
Series | [1/4] dt-bindings: arm: rockchip: Add Edgeble Neural Compute Module 6B | expand |
On Tue, May 16, 2023 at 10:04:51PM +0530, Jagan Teki wrote: > Neural Compute Module 6B(Neu6B) is a 96boards SoM-CB compute module > based on Rockchip RK3588J from Edgeble AI. > > Edgeble Neural Compute Module 6B(Neu6B) IO board is an industrial > form factor evaluation board from Edgeble AI. > > Neu6B needs to mount on top of this IO board in order to create complete > Edgeble Neural Compute Module 6B(Neu6B) IO platform. > > This patch add dt-bindings for Edgeble Neu6 Model B SoM based IO board. > > Signed-off-by: Jagan Teki <jagan@edgeble.ai> Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor.
On Tue, 16 May 2023 22:04:51 +0530, Jagan Teki wrote: > Neural Compute Module 6B(Neu6B) is a 96boards SoM-CB compute module > based on Rockchip RK3588J from Edgeble AI. > > Edgeble Neural Compute Module 6B(Neu6B) IO board is an industrial > form factor evaluation board from Edgeble AI. > > Neu6B needs to mount on top of this IO board in order to create complete > Edgeble Neural Compute Module 6B(Neu6B) IO platform. > > [...] Applied, thanks! [1/4] dt-bindings: arm: rockchip: Add Edgeble Neural Compute Module 6B commit: addc72dc55118a1e80f8c77767a5c94000248d3d [2/4] arm64: dts: rockchip: Add Rockchip RK3588J commit: 8274a04ff1dc76bfc412d389123eb2a5f474549d [3/4] arm64: dts: rockchip: rk3588: Add Edgeble Neu6 Model B SoM commit: 903cabd3f7b215a49040bf21b6dde23d62240934 [4/4] arm64: dts: rockchip: rk3588: Add Edgeble Neu6 Model B IO commit: 9afb9cc4874d94fe27bd8c9040ed8bc9b13bc59f Best regards,
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index ec141c937b8b..8a7fbcac87e6 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -102,6 +102,12 @@ properties: - const: edgeble,neural-compute-module-6a # Edgeble Neural Compute Module 6A SoM - const: rockchip,rk3588 + - description: Edgeble Neural Compute Module 6(Neu6) Model B SoM based boards + items: + - const: edgeble,neural-compute-module-6b-io # Edgeble Neural Compute Module 6B IO Board + - const: edgeble,neural-compute-module-6b # Edgeble Neural Compute Module 6B SoM + - const: rockchip,rk3588 + - description: Elgin RV1108 R1 items: - const: elgin,rv1108-r1
Neural Compute Module 6B(Neu6B) is a 96boards SoM-CB compute module based on Rockchip RK3588J from Edgeble AI. Edgeble Neural Compute Module 6B(Neu6B) IO board is an industrial form factor evaluation board from Edgeble AI. Neu6B needs to mount on top of this IO board in order to create complete Edgeble Neural Compute Module 6B(Neu6B) IO platform. This patch add dt-bindings for Edgeble Neu6 Model B SoM based IO board. Signed-off-by: Jagan Teki <jagan@edgeble.ai> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++ 1 file changed, 6 insertions(+)