|
117 | 117 |
|
118 | 118 | &usart1 {
|
119 | 119 | // UART_1
|
120 |
| - current-speed = <115200>; |
121 |
| - location-rx = <GECKO_LOCATION(20) GECKO_PORT_D GECKO_PIN(13)>; |
122 |
| - location-tx = <GECKO_LOCATION(20) GECKO_PORT_D GECKO_PIN(12)>; |
123 |
| - location-cts = <GECKO_LOCATION(15) GECKO_PORT_D GECKO_PIN(11)>; |
124 |
| - location-rts = <GECKO_LOCATION(13) GECKO_PORT_D GECKO_PIN(10)>; |
| 120 | + current-speed = <115200>; |
| 121 | + location-rx = <GECKO_LOCATION(20) GECKO_PORT_D GECKO_PIN(13)>; |
| 122 | + location-tx = <GECKO_LOCATION(20) GECKO_PORT_D GECKO_PIN(12)>; |
| 123 | + location-cts = <GECKO_LOCATION(15) GECKO_PORT_D GECKO_PIN(11)>; |
| 124 | + location-rts = <GECKO_LOCATION(13) GECKO_PORT_D GECKO_PIN(10)>; |
125 | 125 | hw-flow-control;
|
126 | 126 | status = "okay";
|
127 | 127 |
|
|
130 | 130 | // murata,1sc
|
131 | 131 | compatible = "murata,1sc";
|
132 | 132 | mdm-wake-host-gpios = <&gpiod 14 GPIO_ACTIVE_HIGH>;
|
133 |
| - mdm-wake-mdm-gpios = <&gpiod 15 GPIO_ACTIVE_HIGH>; |
134 |
| - mdm-rst-done-gpios = <&gpiod 9 GPIO_ACTIVE_HIGH>; |
135 |
| - mdm-reset-gpios = <&gpiod 8 GPIO_ACTIVE_HIGH>; |
136 |
| - mdm-rx-gpios = <&gpiod 13 GPIO_ACTIVE_HIGH>; |
137 |
| - mdm-tx-gpios = <&gpiod 12 GPIO_ACTIVE_HIGH>; |
138 |
| - mdm-cts-gpios = <&gpiod 11 GPIO_ACTIVE_HIGH>; |
139 |
| - mdm-rts-gpios = <&gpiod 10 GPIO_ACTIVE_HIGH>; |
| 133 | + mdm-wake-mdm-gpios = <&gpiod 15 GPIO_ACTIVE_HIGH>; |
| 134 | + mdm-rst-done-gpios = <&gpiod 9 GPIO_ACTIVE_HIGH>; |
| 135 | + mdm-reset-gpios = <&gpiod 8 GPIO_ACTIVE_HIGH>; |
| 136 | + mdm-rx-gpios = <&gpiod 13 GPIO_ACTIVE_HIGH>; |
| 137 | + mdm-tx-gpios = <&gpiod 12 GPIO_ACTIVE_HIGH>; |
| 138 | + mdm-cts-gpios = <&gpiod 11 GPIO_ACTIVE_HIGH>; |
| 139 | + mdm-rts-gpios = <&gpiod 10 GPIO_ACTIVE_HIGH>; |
140 | 140 | status = "okay";
|
141 | 141 | };
|
142 | 142 | };
|
|
197 | 197 | compatible = "silabs,rs9116w";
|
198 | 198 | reg = <0>;
|
199 | 199 | spi-max-frequency = <6400000>;
|
200 |
| - int-gpios = <&gpioa 6 GPIO_ACTIVE_HIGH>; // input |
201 |
| - reset-gpios = <&gpioa 9 GPIO_ACTIVE_LOW>; // output init LOW |
202 |
| - sleep-wake-indication-gpios = <&gpioa 5 GPIO_ACTIVE_LOW>; // input |
203 |
| - wake-on-wireless-gpios = <&gpioa 3 GPIO_ACTIVE_HIGH>; // input |
204 |
| - sleep-wake-confirmation-gpios = <&gpioa 4 GPIO_ACTIVE_HIGH>; // output init HIGH |
205 |
| - poc-gpios = <&gpioa 8 GPIO_ACTIVE_LOW>; // output init LOW |
| 200 | + // input |
| 201 | + int-gpios = <&gpioa 6 GPIO_ACTIVE_HIGH>; |
| 202 | + // output init LOW |
| 203 | + reset-gpios = <&gpioa 9 GPIO_ACTIVE_LOW>; |
| 204 | + // input |
| 205 | + sleep-wake-indication-gpios = <&gpioa 5 GPIO_ACTIVE_LOW>; |
| 206 | + // input |
| 207 | + wake-on-wireless-gpios = <&gpioa 3 GPIO_ACTIVE_HIGH>; |
| 208 | + // output init HIGH |
| 209 | + sleep-wake-confirmation-gpios = <&gpioa 4 GPIO_ACTIVE_HIGH>; |
| 210 | + // output init LOW |
| 211 | + poc-gpios = <&gpioa 8 GPIO_ACTIVE_LOW>; |
206 | 212 | status = "okay";
|
207 | 213 | };
|
208 | 214 | };
|
|
232 | 238 | reg = <0x18 0x4>;
|
233 | 239 | status = "okay";
|
234 | 240 | // Note int2 is not used
|
235 |
| - irq-gpios = <&gpiob 8 GPIO_ACTIVE_HIGH>; |
| 241 | + irq-gpios = <&gpiob 8 GPIO_ACTIVE_HIGH>; |
| 242 | + range = <2>; |
| 243 | + power-mode = <4>; |
| 244 | + tap-mode = <1>; |
| 245 | + tap-threshold = <12>, <12>, <14>; |
| 246 | + tap-latency = <0xF>; |
| 247 | + // label = "LIS2DW12"; |
236 | 248 | };
|
237 | 249 |
|
238 | 250 | /* Sony GNSS receiver */
|
|
0 commit comments