diff options
author | Thomas McKahan <[email protected]> | 2023-08-09 07:21:16 -0400 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2023-08-09 14:21:39 +0200 |
commit | 99c81c127408e6b2e4725303fc2e0a09616877ce (patch) | |
tree | b4d442bdf7a60d5fe3a3485d057c53552a81c530 | |
parent | 2bdfe84fbd57a4ed9fd65a67210442559ce078f0 (diff) |
dt-bindings: arm: rockchip: Add NanoPC T6
Add the NanoPC T6, a single board computer from FriendlyElec
Signed-off-by: Thomas McKahan <[email protected]>
Acked-by: Conor Dooley <[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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 115ca986e20f..ca5389862887 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -227,6 +227,11 @@ properties: - friendlyarm,nanopi-r5s - const: rockchip,rk3568 + - description: FriendlyElec NanoPC T6 + items: + - const: friendlyarm,nanopc-t6 + - const: rockchip,rk3588 + - description: GeekBuying GeekBox items: - const: geekbuying,geekbox |