.. | .. |
---|
8 | 8 | - compatible: should be "ir-spi-led". |
---|
9 | 9 | |
---|
10 | 10 | Optional properties: |
---|
11 | | - - duty-cycle: 8 bit balue that represents the percentage of one period |
---|
| 11 | + - duty-cycle: 8 bit value that represents the percentage of one period |
---|
12 | 12 | in which the signal is active. It can be 50, 60, 70, 75, 80 or 90. |
---|
13 | 13 | - led-active-low: boolean value that specifies whether the output is |
---|
14 | 14 | negated with a NOT gate. |
---|
15 | 15 | - power-supply: specifies the power source. It can either be a regulator |
---|
16 | 16 | or a gpio which enables a regulator, i.e. a regulator-fixed as |
---|
17 | 17 | described in |
---|
18 | | - Documentation/devicetree/bindings/regulator/fixed-regulator.txt |
---|
| 18 | + Documentation/devicetree/bindings/regulator/fixed-regulator.yaml |
---|
19 | 19 | |
---|
20 | 20 | Example: |
---|
21 | 21 | |
---|