File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 22
22
23
23
eeprom {
24
24
gpio-hog;
25
- gpios = <0 GPIO_ACTIVE_HIGH >;
26
- output-low ;
25
+ gpios = <0 GPIO_ACTIVE_LOW >;
26
+ output-high ;
27
27
line-name = "eeprom-en";
28
28
bootph-pre-ram;
29
29
};
30
30
31
31
pushbutton {
32
32
gpio-hog;
33
- gpios = <1 GPIO_ACTIVE_HIGH >;
34
- output-low ;
33
+ gpios = <1 GPIO_ACTIVE_LOW >;
34
+ output-high ;
35
35
line-name = "pushbutton-en";
36
36
bootph-pre-ram;
37
37
};
38
38
39
39
microsd {
40
40
gpio-hog;
41
- gpios = <2 GPIO_ACTIVE_HIGH >;
42
- output-high ;
43
- line-name = "~ microsd-spi";
41
+ gpios = <2 GPIO_ACTIVE_LOW >;
42
+ output-low ;
43
+ line-name = "microsd-spi";
44
44
bootph-pre-ram;
45
45
};
46
46
47
47
ftdi {
48
48
gpio-hog;
49
- gpios = <3 GPIO_ACTIVE_HIGH >;
50
- output-low ;
51
- line-name = "~ ftdi-usb-en";
49
+ gpios = <3 GPIO_ACTIVE_LOW >;
50
+ output-high ;
51
+ line-name = "ftdi-usb-en";
52
52
bootph-pre-ram;
53
53
};
54
54
78
78
79
79
octal {
80
80
gpio-hog;
81
- gpios = <8 GPIO_ACTIVE_HIGH >;
81
+ gpios = <8 GPIO_ACTIVE_LOW >;
82
82
output-low;
83
83
line-name = "octal-spi-cs-en";
84
84
bootph-pre-ram;
You can’t perform that action at this time.
0 commit comments