diff options
author | Peter Geis <[email protected]> | 2022-04-29 07:52:47 -0400 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2022-05-01 15:02:54 +0200 |
commit | c466828fb3ba8cb7f5c3bf28766da9b70bf9745e (patch) | |
tree | 8b0adc9771421caec7cddf4557f0ac7e69b9ba43 | |
parent | c37415f55bdadffe5b4c0e7981e9fc7e8b96beea (diff) |
dt-bindings: arm: rockchip: Add Pine64 SoQuartz SoM
The SoQuartz system on module is designed to be pin compatible with the
RPi CM4 SoM. It is based on the rk3566 SoC and outputs on uart2 for
debug and console. The first carrier board supported is the CM4IO board
from RPi.
Signed-off-by: Peter Geis <[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 6fa95ff92a98..ea8dcbc5106f 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -509,6 +509,13 @@ properties: - pine64,quartz64-b - const: rockchip,rk3566 + - description: Pine64 SoQuartz SoM + items: + - enum: + - pine64,soquartz-cm4io + - const: pine64,soquartz + - const: rockchip,rk3566 + - description: Radxa Rock items: - const: radxa,rock |