Skip to content

Commit 78f3bc0

Browse files
authored
Update bone.js
1 parent 6d62a0b commit 78f3bc0

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

src/bone.js

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ var pinIndex = [
9898
{
9999
"name": "DGND",
100100
"key": ["P8_1", "P8_2", "P9_1", "P9_2", "P9_43", "P9_44", "P9_45", "P9_46",
101-
"P1_15", "P1_16", "P1_22", "P2_15", "P2_21"]
101+
"P1_15", "P1_16", "P1_22", "P2_15", "P2_21",
102+
"E1_1", "E2_1", "E3_1", "E4_1", "S_1_1_1", "S1_2_1", "UT0_1", "UT1_1", "UT5_1",
103+
"DSM2_2", "I2C_1", "GPS_2", "GPS_6"]
102104
},
103105
{
104106
"name": "GPIO1_6",
@@ -197,8 +199,8 @@ var pinIndex = [
197199
"gpio": 66,
198200
"mux": "gpmc_advn_ale",
199201
"eeprom": 41,
200-
"key": ["P8_7", "RED"],
201-
"led": [null, "red"],
202+
"key": ["P8_7", "RED", "GP1_5],
203+
"led": [null, "red", "red"],
202204
"universalName": "P8_07",
203205
"muxRegOffset": "0x090",
204206
"options": [
@@ -221,8 +223,8 @@ var pinIndex = [
221223
"gpio": 67,
222224
"mux": "gpmc_oen_ren",
223225
"eeprom": 44,
224-
"key": ["P8_8", "GREEN"],
225-
"led": [null, "green"],
226+
"key": ["P8_8", "GREEN", "GP1_6"],
227+
"led": [null, "green", "green"],
226228
"universalName": "P8_08",
227229
"muxRegOffset": "0x094",
228230
"options": [
@@ -1191,15 +1193,17 @@ var pinIndex = [
11911193
},
11921194
{
11931195
"name": "VDD_3V3",
1194-
"key": ["P9_3", "P9_4", "P1_14", "P2_23"]
1196+
"key": ["P9_3", "P9_4", "P1_14", "P2_23",
1197+
"E1_2", "E2_2", "E3_2", "E4_2", "GP0_2", "GP1_2", "S1_1_2", "S1_2_2",
1198+
"UT0_2", "UT1_2", "UT5_2", "DSM2_1"]
11951199
},
11961200
{
11971201
"name": "VDD_5V",
11981202
"key": ["P9_5", "P9_6", "P1_1"]
11991203
},
12001204
{
12011205
"name": "SYS_5V",
1202-
"key": ["P9_7", "P9_8", "P1_24", "P2_13"]
1206+
"key": ["P9_7", "P9_8", "P1_24", "P2_13", "GPS_5"]
12031207
},
12041208
{
12051209
"name": "PWR_BUT",
@@ -1221,7 +1225,7 @@ var pinIndex = [
12211225
"gpio": 30,
12221226
"mux": "gpmc_wait0",
12231227
"eeprom": 18,
1224-
"key": ["P9_11", "DSM_3", "P2_5"],
1228+
"key": ["P9_11", "DSM2_3", "P2_5"],
12251229
"muxRegOffset": "0x070",
12261230
"options": [
12271231
"gpmc_wait0",
@@ -1876,7 +1880,7 @@ var pinIndex = [
18761880
},
18771881
{
18781882
"name": "GNDA_ADC",
1879-
"key": ["P9_34", "P1_18"],
1883+
"key": ["P9_34", "ADC_1", "P1_18"],
18801884
"ball": {
18811885
"ZCZ": "B9",
18821886
"BSM": "B7"

0 commit comments

Comments
 (0)