diff options
author | Thierry Reding <[email protected]> | 2023-05-16 11:58:49 +0200 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2023-06-06 14:39:20 +0200 |
commit | 5f027147e4796e9fc11083b2ad50a91c1ac36ede (patch) | |
tree | 50e40b1bf3dd81d9b79eb75e783b44c00c16572e | |
parent | b4032e1726648cb156f45ae756c8730d6d39a5de (diff) |
dt-bindings: tegra: Document Jetson Orin Nano Developer Kit
The Jetson Orin Nano Developer Kit pairs the Jetson Orin Nano devkit
module with the P3768 carrier board.
Acked-by: Conor Dooley <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml index 7938cc0929b1..fcf956406168 100644 --- a/Documentation/devicetree/bindings/arm/tegra.yaml +++ b/Documentation/devicetree/bindings/arm/tegra.yaml @@ -185,5 +185,10 @@ properties: items: - const: nvidia,p3767-0005 - const: nvidia,tegra234 + - description: Jetson Orin Nano Developer Kit + items: + - const: nvidia,p3768-0000+p3767-0005 + - const: nvidia,p3767-0005 + - const: nvidia,tegra234 additionalProperties: true |