Lines Matching +full:phandle +full:- +full:gpio
3 PTN5150 is a small thin low power CC logic chip supporting the USB Type-C
8 - compatible: should be "nxp,ptn5150"
9 - reg: specifies the I2C slave address of the device
10 - int-gpio: should contain a phandle and GPIO specifier for the GPIO pin
12 - vbus-gpio: should contain a phandle and GPIO specifier for the GPIO pin which
14 - pinctrl-names : a pinctrl state named "default" must be defined.
15 - pinctrl-0 : phandle referencing pin configuration of interrupt and vbus
22 int-gpio = <&msmgpio 78 GPIO_ACTIVE_HIGH>;
23 vbus-gpio = <&msmgpio 148 GPIO_ACTIVE_HIGH>;
24 pinctrl-names = "default";
25 pinctrl-0 = <&ptn5150_default>;