summaryrefslogtreecommitdiff
path: root/csv-to-board.py
diff options
context:
space:
mode:
authorRhyland Klein <rklein@nvidia.com>2016-04-06 17:33:00 -0400
committerStephen Warren <swarren@nvidia.com>2016-04-07 14:50:10 -0600
commit8b60f5dfb9e44904ff19cde1294881d64192d5bc (patch)
treeb1b3a2b3c0200c561133e5ef37d7bcb0a09b6063 /csv-to-board.py
parentb0aceda108c00ae341d81f27094227538272cdd8 (diff)
downloadtegra-pinmux-scripts-8b60f5dfb9e44904ff19cde1294881d64192d5bc.tar.gz
Add the Tegra210-smaug board
Tegra210-smaug is the name for the Google Pixel C platform. Signed-off-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
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',