You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/configuration-reference.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ A. Devicetree node: `/zephyr,user`
132
132
```
133
133
134
134
135
-
### Port provisioning
135
+
### Channel provisioning
136
136
137
137
#### `io-channels`
138
138
- **Location:** `/zephyr,user`
@@ -215,7 +215,8 @@ B. Board devicetree constructs (board-provided defaults)
215
215
- **Precedence:**
216
216
- Lower than `/zephyr,user/adc-pin-gpios` (association)
217
217
- Lower than `/zephyr,user/io-channels` (provisioning)
218
-
- **Notes:** `io-channel-map`: left = connector pin id, right = target ADC controller/channel; ADC still needs per-channel config under the ADC device node.
218
+
- **Notes:**
219
+
- `io-channel-map`: left = connector pin id, right = target ADC controller/channel.
219
220
- ADC still requires per-channel configuration under the ADC device node,
220
221
regardless of how the channel list is obtained.
221
222
- **Example:**
@@ -376,4 +377,3 @@ B. Board devicetree constructs (board-provided defaults)
376
377
### PWM pin association source
377
378
- **Primary:** `/zephyr,user/pwm-pin-gpios`
378
379
- **Fallback:** connector `pwm-map` under `arduino_pwm`
0 commit comments