-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnrf_PCA10175_0.7.0_54H20.json
150 lines (150 loc) · 3.92 KB
/
nrf_PCA10175_0.7.0_54H20.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"board": {
"boardVersion": "PCA10175",
"boardRevision": "0.7.0",
"boardName": "nRF54H20 DK v0.7.0"
},
"pins": [
{
"type": "vcom",
"id": "vcom0",
"name": "VCOM0",
"enable": {
"pin": 42
},
"hwfc": {
"pin": 20
}
},
{
"type": "vcom",
"id": "vcom1",
"name": "VCOM1",
"enable": {
"pin": 22
},
"hwfc": {
"pin": 23
}
},
{
"type": "switch",
"id": "swd3-control",
"title": "Software Debugger (SWD)",
"label": "Disable to use an external debugger on the target chip.",
"tooltip": "When enabled, the SWD is connected and the IMCU is acting as the debugger. When disabled, the SWD is disconnected and you can use an external debugger connected to the Debug In header.",
"enable": {
"pin": 6
}
},
{
"type": "switch",
"id": "led-pwr-ctrl",
"title": "LED Power",
"label": "Disable LEDs to use the GPIOs for other purposes.",
"tooltip": "The LEDs are enabled by providing 5 V to LED0-LED3.",
"enable": {
"pin": 45
}
},
{
"type": "switch",
"id": "ldos-flash-dis",
"title": "External Memory",
"label": "Enable power to the external flash memory.",
"tooltip": "Enable external flash by powering the rails VCCQ_1V8 and VCC_1V8.",
"enable": {
"pin": 47,
"invert": true
}
}
],
"pmicPorts": [
{
"type": "voltage",
"port": 1,
"portId": "vdd-p7",
"portLabel": "VDD-p7 (nPM VOUT1)",
"portDescription": "Voltage on the VDD rail of nRF54H20 P7.",
"mVmin": 1200,
"mVmax": 1800
},
{
"type": "voltage",
"port": 2,
"portId": "vdd-p9",
"portLabel": "VDD-p9 (nPM VOUT2)",
"portDescription": "Voltage on the VDD rail of nRF54H20 P9.",
"mVmin": 1800,
"mVmax": 3300
},
{
"type": "voltage",
"port": 3,
"portId": "vdd-p1",
"portLabel": "VDD-p1 (nPM LDO1)",
"portDescription": "Voltage on the VDD rail of nRF54H20 P1.",
"mVmin": 1200,
"mVmax": 1800
},
{
"type": "voltage",
"port": 4,
"portId": "vdd-p2",
"portLabel": "VDD-p2 (nPM LDO2)",
"portDescription": "Voltage on the VDD rail of nRF54H20 P2.",
"mVmin": 1200,
"mVmax": 1800
}
],
"defaults": {
"pins": [
{
"pin": 42,
"state": true
},
{
"pin": 20,
"state": true
},
{
"pin": 22,
"state": true
},
{
"pin": 23,
"state": true
},
{
"pin": 6,
"state": true
},
{
"pin": 45,
"state": true
},
{
"pin": 47,
"state": true
}
],
"pmicPorts": [
{
"port": 1,
"voltage": 1800
},
{
"port": 2,
"voltage": 1800
},
{
"port": 3,
"voltage": 1800
},
{
"port": 4,
"voltage": 1800
}
]
}
}