diff options
author | Chukun Pan <[email protected]> | 2022-12-09 18:25:23 +0800 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2022-12-26 23:38:23 +0100 |
commit | ae9fbe0b1f9658d445d9e4049e2949b2ab141af1 (patch) | |
tree | 693e81fc3c437a0141bb2791508f80945997f645 | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) |
dt-bindings: arm: rockchip: add Radxa CM3I E25
Radxa CM3 Industrial (CM3I) is an System on Module made by Radxa
based on the Rockchip RK3568 SoC. The first carrier board supported
is the Radxa E25. Add devicetree binding documentation for it.
Signed-off-by: Chukun Pan <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 88ff4422a8c1..3af95dbb95dc 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -599,6 +599,13 @@ properties: - const: pine64,soquartz - const: rockchip,rk3566 + - description: Radxa CM3 Industrial + items: + - enum: + - radxa,e25 + - const: radxa,cm3i + - const: rockchip,rk3568 + - description: Radxa Rock items: - const: radxa,rock |