Lines Matching refs:gpio
5 - compatible : Should be "nxp,lpc1850-gpio"
8 - gpio-controller : Marks the device node as a GPIO controller.
9 - #gpio-cells : Should be two
14 - gpio-ranges : Mapping between GPIO and pinctrl
20 gpio: gpio@400f4000 {
21 compatible = "nxp,lpc1850-gpio";
24 gpio-controller;
25 #gpio-cells = <2>;
26 gpio-ranges = <&pinctrl LPC_GPIO(0,0) LPC_PIN(0,0) 2>,
32 compatible = "gpio-keys-polled";
37 gpios = <&gpio LPC_GPIO(4,8) GPIO_ACTIVE_LOW>;