Lines Matching +full:ir +full:- +full:spi +full:- +full:led
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/leds/irled/ir-spi-led.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: IR LED connected through SPI bus
10 - Sean Young <sean@mess.org>
13 IR LED switch is connected to the MOSI line of the SPI device and the data
17 - $ref: /schemas/spi/spi-peripheral-props.yaml#
21 const: ir-spi-led
26 duty-cycle:
32 led-active-low:
37 power-supply: true
40 - compatible
41 - reg
46 - |
47 spi {
48 #address-cells = <1>;
49 #size-cells = <0>;
52 compatible = "ir-spi-led";
55 duty-cycle = /bits/ 8 <60>;
56 led-active-low;
57 power-supply = <&irda_regulator>;
58 spi-max-frequency = <5000000>;