Skip to content

Commit

Permalink
devicetree: Add ARM pl061 gpio controller binding doc
Browse files Browse the repository at this point in the history
Add binding documentation for ARM's Primecell PL061 GPIO controller.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
  • Loading branch information
Rob Herring committed Oct 5, 2011
1 parent dc93728 commit f614c74
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/devicetree/bindings/gpio/pl061-gpio.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ARM PL061 GPIO controller

Required properties:
- compatible : "arm,pl061", "arm,primecell"
- #gpio-cells : Should be two. The first cell is the pin number and the
second cell is used to specify optional parameters:
- bit 0 specifies polarity (0 for normal, 1 for inverted)
- gpio-controller : Marks the device node as a GPIO controller.
- interrupts : Interrupt mapping for GPIO IRQ.

0 comments on commit f614c74

Please sign in to comment.