Skip to content

Commit f806976

Browse files
committed
Add support for NVIDIA Jetson NX
1 parent d3b716a commit f806976

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
@@ -38,6 +38,7 @@
3838
JETSON_TX2 = 'JETSON_TX2'
3939
JETSON_XAVIER = 'JETSON_XAVIER'
4040
JETSON_NANO = 'JETSON_NANO'
41+
JETSON_NX = 'JETSON_NX'
4142

4243
# Google Coral dev board
4344
CORAL_EDGE_TPU_DEV = "CORAL_EDGE_TPU_DEV"
@@ -120,6 +121,12 @@
120121
'nvidia,p3450-0002',
121122
'nvidia,jetson-nano',
122123
),
124+
JETSON_NX: (
125+
'nvidia,p3509-0000+p3668-0000',
126+
'nvidia,p3509-0000+p3668-0001',
127+
'nvidia,p3449-0000+p3668-0000',
128+
'nvidia,p3449-0000+p3668-0001',
129+
),
123130
}
124131

125132
_RASPBERRY_PI_40_PIN_IDS = (

0 commit comments

Comments
 (0)