summaryrefslogtreecommitdiff
path: root/csv-to-board.py
diff options
context:
space:
mode:
Diffstat (limited to 'csv-to-board.py')
-rwxr-xr-xcsv-to-board.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/csv-to-board.py b/csv-to-board.py
index 85b5d0c..2de66c5 100755
--- a/csv-to-board.py
+++ b/csv-to-board.py
@@ -82,6 +82,12 @@ supported_boards = {
'rsvd_base': 0,
'soc': 'tegra210',
},
+ 'tegra210-smaug': {
+ # erista_customer_pinmux_v04_0420.xlsm
+ 'filename': 'csv/tegra210-smaug-v04_0420.csv',
+ 'rsvd_base': 0,
+ 'soc': 'tegra210',
+ },
'venice2': {
# Venice2_T124_customer_pinmux_based_on_P4_rev47_2013-07-12.xlsm worksheet Customer_Configuration (0-based rsvd)
'filename': 'nv-internal-data/Venice2_T124_customer_pinmux_based_on_P4_rev47_2013-07-12.csv',