Skip to content

Commit b901c33

Browse files
committed
Add support for NVIDIA TX2 NX
1 parent e5839d2 commit b901c33

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
# NVIDIA Jetson boards
5555
JETSON_TX1 = "JETSON_TX1"
5656
JETSON_TX2 = "JETSON_TX2"
57+
JETSON_TX2_NX = "JETSON_TX2_NX"
5758
CLARA_AGX_XAVIER = "CLARA_AGX_XAVIER"
5859
JETSON_XAVIER = "JETSON_XAVIER"
5960
JETSON_NANO = "JETSON_NANO"
@@ -195,6 +196,12 @@
195196
"nvidia,storm",
196197
),
197198
),
199+
(
200+
JETSON_TX2_NX,
201+
(
202+
'nvidia,p3509-0000+p3636-0001',
203+
),
204+
),
198205
(CLARA_AGX_XAVIER, ("nvidia,e3900-0000+p2888-0004",)),
199206
(
200207
JETSON_XAVIER,

0 commit comments

Comments
 (0)