Lines Matching +full:io +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
11 - Mark Greer <mgreer@animalcreek.com>
17 autosuspend-delay:
22 clock-frequency:
27 en2-rf-quirk:
35 irq-status-read-quirk:
43 ti,enable-gpios:
50 vdd-io-supply:
52 Regulator specifying voltage for VDD-IO
54 vin-supply:
56 Regulator for supply voltage to VIN pin
58 ti,rx-gain-reduction-db:
65 - compatible
66 - interrupts
67 - reg
68 - spi-max-frequency
69 - ti,enable-gpios
70 - vin-supply
73 - $ref: /schemas/spi/spi-peripheral-props.yaml#
78 - |
79 #include <dt-bindings/gpio/gpio.h>
80 #include <dt-bindings/interrupt-controller/irq.h>
83 #address-cells = <1>;
84 #size-cells = <0>;
90 pinctrl-names = "default";
91 pinctrl-0 = <&trf7970a_default>;
92 spi-max-frequency = <2000000>;
93 interrupt-parent = <&gpio2>;
96 ti,enable-gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>,
98 vin-supply = <&ldo3_reg>;
99 vdd-io-supply = <&ldo2_reg>;
100 autosuspend-delay = <30000>;
101 irq-status-read-quirk;
102 en2-rf-quirk;
103 clock-frequency = <27120000>;
104 ti,rx-gain-reduction-db = <15>;