1 TI/National Semiconductor LP3943 GPIO controller
4 - compatible: "ti,lp3943-gpio"
5 - gpio-controller: Marks the device node as a GPIO controller.
6 - #gpio-cells: Should be 2. See gpio.txt in this directory for a
7 description of the cells format.
10 Simple LED controls with LP3943 GPIO controller
14 compatible = "ti,lp3943";
18 compatible = "ti,lp3943-gpio";
26 compatible = "gpio-leds";
29 gpios = <&gpioex 9 GPIO_ACTIVE_LOW>;
34 gpios = <&gpioex 10 GPIO_ACTIVE_LOW>;
35 default-state = "off";