Lines Matching +full:micro +full:- +full:ohms
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Leonard Göhrs <l.goehrs@pengutronix.de>
22 - ti,lmp92064
27 vdd-supply:
30 vdig-supply:
34 shunt-resistor-micro-ohms:
40 reset-gpios:
44 - compatible
45 - reg
46 - shunt-resistor-micro-ohms
49 - $ref: /schemas/spi/spi-peripheral-props.yaml#
54 - |
55 #include <dt-bindings/gpio/gpio.h>
57 #address-cells = <1>;
58 #size-cells = <0>;
63 vdd-supply = <&vdd>;
64 vdig-supply = <&vdd>;
65 spi-max-frequency = <20000000>;
66 shunt-resistor-micro-ohms = <15000>;
67 reset-gpios = <&gpio1 16 GPIO_ACTIVE_HIGH>;