diff options
author | Peter Geis <pgwipeout@gmail.com> | 2022-04-29 07:52:46 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-05-01 15:02:50 +0200 |
commit | c37415f55bdadffe5b4c0e7981e9fc7e8b96beea (patch) | |
tree | abb5ea6de3bc3fa8460efc75ddce0da6c041b563 | |
parent | 160f126b89e10bd58491e10067a44c7e3f85fa2c (diff) |
dt-bindings: arm: rockchip: Add Pine64 Quartz64 Model B
The Quartz64 Model B is a compact single board computer from Pine64
based on the rk3566 SoC. It outputs on uart2 for the debug console.
Signed-off-by: Peter Geis <pgwipeout@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220429115252.2360496-2-pgwipeout@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index efb0a9c4347b..6fa95ff92a98 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -502,9 +502,11 @@ properties: - const: pine64,rockpro64 - const: rockchip,rk3399 - - description: Pine64 Quartz64 Model A + - description: Pine64 Quartz64 Model A/B items: - - const: pine64,quartz64-a + - enum: + - pine64,quartz64-a + - pine64,quartz64-b - const: rockchip,rk3566 - description: Radxa Rock |