Lines Matching +full:device +full:- +full:wake +full:- +full:gpios
4 This file provides device node information for the TCAN4x5x interface contains.
7 - compatible:
11 - reg: 0
12 - #address-cells: 1
13 - #size-cells: 0
14 - spi-max-frequency: Maximum frequency of the SPI bus the chip can
16 - interrupt-parent: the phandle to the interrupt controller which provides
18 - interrupts: interrupt specification for data-ready.
24 - reset-gpios: Hardwired output GPIO. If not defined then software
26 - device-state-gpios: Input GPIO that indicates if the device is in
27 a sleep state or if the device is active. Not
29 - device-wake-gpios: Wake up GPIO to wake up the TCAN device. Not
36 #address-cells = <1>;
37 #size-cells = <1>;
38 spi-max-frequency = <10000000>;
39 bosch,mram-cfg = <0x0 0 0 16 0 0 1 1>;
40 interrupt-parent = <&gpio1>;
42 device-state-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
43 device-wake-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
44 reset-gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>;