Message ID | 20230110134658.820691-1-jagan@edgeble.ai (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] dt-bindings: arm: rockchip: Add Edgeble Neural Compute Module 6 | expand |
On 10/01/2023 14:46, Jagan Teki wrote: > Neural Compute Module 6(Neu6) is a 96boards SoM-CB compute module > based on Rockchip RK3588 from Edgeble AI. > > Edgeble Neural Compute Module 6(Neu6) IO board is an industrial > form factor evaluation board from Edgeble AI. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Tue, 10 Jan 2023 19:16:56 +0530, Jagan Teki wrote: > Neural Compute Module 6(Neu6) is a 96boards SoM-CB compute module > based on Rockchip RK3588 from Edgeble AI. > > Edgeble Neural Compute Module 6(Neu6) IO board is an industrial > form factor evaluation board from Edgeble AI. > > Neu6 needs to mount on top of this IO board in order to create complete > Edgeble Neural Compute Module 6(Neu6) IO platform. > > [...] Applied, thanks! [1/3] dt-bindings: arm: rockchip: Add Edgeble Neural Compute Module 6 commit: 954f5510b5a516a9d8634da22b0dce333758202d [2/3] arm64: dts: rockchip: rk3588: Add Edgeble Neu6 Model A SoM commit: 3d9a2f7e7c5e55f59748b10cb1d0b5c145cf4a39 [3/3] arm64: dts: rockchip: rk3588: Add Edgeble Neu6 Model A IO commit: a5079a534554f67b9189359dc9cc0042a427cd7e Best regards,
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 5066059ff676..70ed0ab1b190 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -96,6 +96,12 @@ properties: - const: edgeble,neural-compute-module-2 # Edgeble Neural Compute Module 2 SoM - const: rockchip,rv1126 + - description: Edgeble Neural Compute Module 6(Neu6) Model A SoM based boards + items: + - const: edgeble,neural-compute-module-6a-io # Edgeble Neural Compute Module 6A IO Board + - const: edgeble,neural-compute-module-6a # Edgeble Neural Compute Module 6A SoM + - const: rockchip,rk3588 + - description: Elgin RV1108 R1 items: - const: elgin,rv1108-r1
Neural Compute Module 6(Neu6) is a 96boards SoM-CB compute module based on Rockchip RK3588 from Edgeble AI. Edgeble Neural Compute Module 6(Neu6) IO board is an industrial form factor evaluation board from Edgeble AI. Neu6 needs to mount on top of this IO board in order to create complete Edgeble Neural Compute Module 6(Neu6) IO platform. This patch add dt-bindings for Edgeble Neu6 Model A SoM based IO board. Signed-off-by: Jagan Teki <jagan@edgeble.ai> --- Note: Patches on top of https://www.spinics.net/lists/kernel/msg4644731.html Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++ 1 file changed, 6 insertions(+)