Lines Matching +full:wake +full:- +full:up
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
29 - device-wake-gpios: Wake up GPIO to wake up the TCAN device. Not
31 - wakeup-source: Leave the chip running when suspended, and configure
32 the RX interrupt to wake up the device.
38 #address-cells = <1>;
39 #size-cells = <1>;
40 spi-max-frequency = <10000000>;
41 bosch,mram-cfg = <0x0 0 0 16 0 0 1 1>;
42 interrupt-parent = <&gpio1>;
44 device-state-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
45 device-wake-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
46 reset-gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>;
47 wakeup-source;