-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 114578 b: refs/heads/master c: c9b59da h: refs/heads/master v: v3
- Loading branch information
Benjamin Herrenschmidt
committed
Oct 2, 2008
1 parent
cfbf084
commit 787e4a2
Showing
100 changed files
with
2,549 additions
and
2,822 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 4ee7084eb11e00eb02dc8435fd18273a61ffa9bf | ||
refs/heads/master: c9b59da130b4430910e02a80816f317534cd5e53 |
40 changes: 40 additions & 0 deletions
40
trunk/Documentation/powerpc/dts-bindings/fsl/8xxx_gpio.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
GPIO controllers on MPC8xxx SoCs | ||
|
||
This is for the non-QE/CPM/GUTs GPIO controllers as found on | ||
8349, 8572, 8610 and compatible. | ||
|
||
Every GPIO controller node must have #gpio-cells property defined, | ||
this information will be used to translate gpio-specifiers. | ||
|
||
Required properties: | ||
- compatible : "fsl,<CHIP>-gpio" followed by "fsl,mpc8349-gpio" for | ||
83xx, "fsl,mpc8572-gpio" for 85xx and "fsl,mpc8610-gpio" for 86xx. | ||
- #gpio-cells : Should be two. The first cell is the pin number and the | ||
second cell is used to specify optional parameters (currently unused). | ||
- interrupts : Interrupt mapping for GPIO IRQ (currently unused). | ||
- interrupt-parent : Phandle for the interrupt controller that | ||
services interrupts for this device. | ||
- gpio-controller : Marks the port as GPIO controller. | ||
|
||
Example of gpio-controller nodes for a MPC8347 SoC: | ||
|
||
gpio1: gpio-controller@c00 { | ||
#gpio-cells = <2>; | ||
compatible = "fsl,mpc8347-gpio", "fsl,mpc8349-gpio"; | ||
reg = <0xc00 0x100>; | ||
interrupts = <74 0x8>; | ||
interrupt-parent = <&ipic>; | ||
gpio-controller; | ||
}; | ||
|
||
gpio2: gpio-controller@d00 { | ||
#gpio-cells = <2>; | ||
compatible = "fsl,mpc8347-gpio", "fsl,mpc8349-gpio"; | ||
reg = <0xd00 0x100>; | ||
interrupts = <75 0x8>; | ||
interrupt-parent = <&ipic>; | ||
gpio-controller; | ||
}; | ||
|
||
See booting-without-of.txt for details of how to specify GPIO | ||
information for devices. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.