diff options
| author | Jiaxing Hu <gahing@gahingwoo.com> | 2026-07-19 15:46:10 +1200 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2026-07-28 20:57:50 +0200 |
| commit | f60f44c24b10fe7fd1fa76b360646def1bea193a (patch) | |
| tree | 0a34a14a0944d10cb120de83f0cbffd897388004 | |
| parent | 7707e4555cf1d52689621e3206df8ad2debaa0dd (diff) | |
| download | linux-next-f60f44c24b10fe7fd1fa76b360646def1bea193a.tar.gz linux-next-f60f44c24b10fe7fd1fa76b360646def1bea193a.zip | |
dt-bindings: arm: rockchip: Add ArmSoM CM5 and CM5-IO
Add compatibles for the ArmSoM CM5, an RK3576 compute module, and its
CM5-IO carrier board.
Signed-off-by: Jiaxing Hu <gahing@gahingwoo.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260719034611.3623066-2-gahing@gahingwoo.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -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 00f45e94f79d..4506096babac 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -71,6 +71,13 @@ properties: - const: ariaboard,photonicat - const: rockchip,rk3568 + - description: ArmSoM CM5 Module based boards + items: + - enum: + - armsom,cm5-io + - const: armsom,cm5 + - const: rockchip,rk3576 + - description: ArmSoM Sige1 board items: - const: armsom,sige1 |
