Skip to content

Commit bf1cb10

Browse files
authored
Merge pull request #391 from Gautham103/jetson-thor
add support for jetson thor
2 parents 11b7869 + c39b827 commit bf1cb10

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
JETSON_NX = "JETSON_NX"
104104
JETSON_ORIN_NANO = "JETSON_ORIN_NANO"
105105
JETSON_ORIN_NX = "JETSON_ORIN_NX"
106+
JETSON_THOR = "JETSON_THOR"
106107

107108
# Texas Instruments SK boards
108109
TI_J721E_SK = "TI_J721E_SK"
@@ -431,6 +432,14 @@
431432
"nvidia,p3768-0000+p3767-0005-super",
432433
),
433434
),
435+
(
436+
JETSON_THOR,
437+
(
438+
"nvidia,p3971-0050+p3834-0005",
439+
"nvidia,p3971-0080+p3834-0008",
440+
"nvidia,p3971-0089+p3834-0008",
441+
),
442+
),
434443
)
435444

436445
_TI_SK_BOARD_IDS = ((TI_J721E_SK, ("ti,j721e-sk", "ti,j721e")),)

0 commit comments

Comments
 (0)