| .. | .. |
|---|
| 9 | 9 | output on a device. The length of an IIO specifier is defined by the |
|---|
| 10 | 10 | value of a #io-channel-cells property in the IIO provider node. |
|---|
| 11 | 11 | |
|---|
| 12 | | -[1] http://marc.info/?l=linux-iio&m=135902119507483&w=2 |
|---|
| 12 | +[1] https://marc.info/?l=linux-iio&m=135902119507483&w=2 |
|---|
| 13 | 13 | |
|---|
| 14 | 14 | ==IIO providers== |
|---|
| 15 | 15 | |
|---|
| .. | .. |
|---|
| 18 | 18 | with a single IIO output and 1 for nodes with multiple |
|---|
| 19 | 19 | IIO outputs. |
|---|
| 20 | 20 | |
|---|
| 21 | +Optional properties: |
|---|
| 22 | +label: A symbolic name for the device. |
|---|
| 23 | + |
|---|
| 24 | + |
|---|
| 21 | 25 | Example for a simple configuration with no trigger: |
|---|
| 22 | 26 | |
|---|
| 23 | 27 | adc: voltage-sensor@35 { |
|---|
| 24 | 28 | compatible = "maxim,max1139"; |
|---|
| 25 | 29 | reg = <0x35>; |
|---|
| 26 | 30 | #io-channel-cells = <1>; |
|---|
| 31 | + label = "voltage_feedback_group1"; |
|---|
| 27 | 32 | }; |
|---|
| 28 | 33 | |
|---|
| 29 | 34 | Example for a configuration with trigger: |
|---|