File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 186
186
187
187
led@1 {
188
188
label = "lswvl:red:alarm";
189
- gpios = <&gpio1 4 GPIO_ACTIVE_LOW >;
189
+ gpios = <&gpio1 4 GPIO_ACTIVE_HIGH >;
190
190
};
191
191
192
192
led@2 {
193
193
label = "lswvl:red:func";
194
- gpios = <&gpio1 5 GPIO_ACTIVE_LOW >;
194
+ gpios = <&gpio1 5 GPIO_ACTIVE_HIGH >;
195
195
};
196
196
197
197
led@3 {
198
198
label = "lswvl:amber:info";
199
- gpios = <&gpio1 6 GPIO_ACTIVE_LOW >;
199
+ gpios = <&gpio1 6 GPIO_ACTIVE_HIGH >;
200
200
};
201
201
202
202
led@4 {
203
203
label = "lswvl:blue:func";
204
- gpios = <&gpio1 7 GPIO_ACTIVE_LOW >;
204
+ gpios = <&gpio1 7 GPIO_ACTIVE_HIGH >;
205
205
};
206
206
207
207
led@5 {
212
212
213
213
led@6 {
214
214
label = "lswvl:red:hdderr0";
215
- gpios = <&gpio1 2 GPIO_ACTIVE_LOW >;
215
+ gpios = <&gpio1 2 GPIO_ACTIVE_HIGH >;
216
216
};
217
217
218
218
led@7 {
219
219
label = "lswvl:red:hdderr1";
220
- gpios = <&gpio1 3 GPIO_ACTIVE_LOW >;
220
+ gpios = <&gpio1 3 GPIO_ACTIVE_HIGH >;
221
221
};
222
222
};
223
223
You can’t perform that action at this time.
0 commit comments