diff options
author | Jagan Teki <[email protected]> | 2023-01-12 16:29:00 +0530 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2023-01-16 11:14:44 +0100 |
commit | 24a28d3eb07d53cc9804978b3bb1ee6e870a682f (patch) | |
tree | be45c7376ddd969af572553fd65c5dff15225ff2 | |
parent | cda0c2ea65a0ffbe75caae9acbf78b2bb825a6bd (diff) |
dt-bindings: arm: rockchip: Add Radxa Compute Module 3
Radxa Compute Module 3(CM3) is one of the modules from a series
System On Module based on the Radxa ROCK 3 series and is compatible
with Raspberry Pi CM4 in pinout and form factor.
Specification:
- Rockchip RK3566
- up to 8GB LPDDR4
- up to 128GB high performance eMMC
- Optional wireless LAN, 2.4GHz and 5.0GHz IEEE 802.11b/g/n/ac wireless,
BT 5.0, BLE with onboard and external antenna.
- Gigabit Ethernet PHY
Add dt-bindings for Radxa CM3.
Signed-off-by: Jagan Teki <[email protected]>
Acked-by: Krzysztof Kozlowski <[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 d921265cb8ba..f0ea8d8d2130 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -609,6 +609,13 @@ properties: - const: pine64,soquartz - const: rockchip,rk3566 + - description: Radxa Compute Module 3(CM3) + items: + - enum: + - radxa,radxa-cm3-io + - const: radxa,radxa-cm3 + - const: rockchip,rk3566 + - description: Radxa CM3 Industrial items: - enum: |