Lines Matching +full:lpcpd +full:- +full:gpios
4 - compatible: Should be "st,st33zp24-i2c".
5 - clock-frequency: I²C work frequency.
6 - reg: address on the bus
9 - interrupts: GPIO interrupt to which the chip is connected
10 - lpcpd-gpios: Output GPIO pin used for ST33ZP24 power management D1/D2 state.
14 - pinctrl-names: Contains only one value - "default".
15 - pintctrl-0: Specifies the pin control groups used for this controller.
17 Example (for ARM-based BeagleBoard xM with ST33ZP24 on I2C2):
24 compatible = "st,st33zp24-i2c";
27 clock-frequency = <400000>;
29 interrupt-parent = <&gpio5>;
32 lpcpd-gpios = <&gpio5 15 GPIO_ACTIVE_HIGH>;