|
61 | 61 | compatible = "gpio-keys"; |
62 | 62 | button0: button_0 { |
63 | 63 | /* gpio flags need validation */ |
64 | | - gpios = <&gpio0 0 GPIO_INT_ACTIVE_LOW>; |
| 64 | + gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; |
65 | 65 | label = "Push button switch 0"; |
66 | 66 | }; |
67 | 67 | button1: button_1 { |
68 | 68 | /* gpio flags need validation */ |
69 | | - gpios = <&gpio0 1 GPIO_INT_ACTIVE_LOW>; |
| 69 | + gpios = <&gpio0 1 GPIO_ACTIVE_LOW>; |
70 | 70 | label = "Push button switch 1"; |
71 | 71 | }; |
72 | 72 | button2: button_2 { |
73 | 73 | /* gpio flags need validation */ |
74 | | - gpios = <&gpio0 2 GPIO_INT_ACTIVE_LOW>; |
| 74 | + gpios = <&gpio0 2 GPIO_ACTIVE_LOW>; |
75 | 75 | label = "Push button switch 2"; |
76 | 76 | }; |
77 | 77 | switch0: switch_0 { |
78 | 78 | /* gpio flags need validation */ |
79 | | - gpios = <&gpio2 0 GPIO_INT_ACTIVE_LOW>; |
| 79 | + gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; |
80 | 80 | label = "DIP SW1 - Switch 1"; |
81 | 81 | }; |
82 | 82 | switch1: switch_1 { |
83 | 83 | /* gpio flags need validation */ |
84 | | - gpios = <&gpio2 1 GPIO_INT_ACTIVE_LOW>; |
| 84 | + gpios = <&gpio2 1 GPIO_ACTIVE_LOW>; |
85 | 85 | label = "DIP SW1 - Switch 2"; |
86 | 86 | }; |
87 | 87 | switch2: switch_2 { |
88 | 88 | /* gpio flags need validation */ |
89 | | - gpios = <&gpio2 2 GPIO_INT_ACTIVE_LOW>; |
| 89 | + gpios = <&gpio2 2 GPIO_ACTIVE_LOW>; |
90 | 90 | label = "DIP SW1 - Switch 3"; |
91 | 91 | }; |
92 | 92 | switch3: switch_3 { |
93 | 93 | /* gpio flags need validation */ |
94 | | - gpios = <&gpio2 3 GPIO_INT_ACTIVE_LOW>; |
| 94 | + gpios = <&gpio2 3 GPIO_ACTIVE_LOW>; |
95 | 95 | label = "DIP SW1 - Switch 4"; |
96 | 96 | }; |
97 | 97 | }; |
|
0 commit comments