diff options
author | Jagan Teki <jagan@edgeble.ai> | 2023-01-10 14:46:56 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-01-11 11:24:43 +0100 |
commit | 954f5510b5a516a9d8634da22b0dce333758202d (patch) | |
tree | 19826d9c6f1388380db4e3abe4e2c012d66db8e4 /Documentation/devicetree/bindings/arm/rockchip.yaml | |
parent | ARM: dts: rockchip: add brcmf node to rk3066a-mk808 (diff) | |
download | linux-954f5510b5a516a9d8634da22b0dce333758202d.tar.xz linux-954f5510b5a516a9d8634da22b0dce333758202d.zip |
dt-bindings: arm: rockchip: Add Edgeble Neural Compute Module 6
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>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230110134658.820691-1-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 62760bf2d1c4..667a14a0e12b 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 |