Lines Matching +full:ready +full:- +full:gpios
7 - compatible: "ti,tcan4x5x"
8 - reg: 0
9 - #address-cells: 1
10 - #size-cells: 0
11 - spi-max-frequency: Maximum frequency of the SPI bus the chip can
13 - interrupt-parent: the phandle to the interrupt controller which provides
15 - interrupts: interrupt specification for data-ready.
21 - reset-gpios: Hardwired output GPIO. If not defined then software
23 - device-state-gpios: Input GPIO that indicates if the device is in
25 - device-wake-gpios: Wake up GPIO to wake up the TCAN device.
31 #address-cells = <1>;
32 #size-cells = <1>;
33 spi-max-frequency = <10000000>;
34 bosch,mram-cfg = <0x0 0 0 16 0 0 1 1>;
35 interrupt-parent = <&gpio1>;
37 device-state-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
38 device-wake-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
39 reset-gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>;