diff options
| author | Linus Walleij <linus.walleij@linaro.org> | 2013-02-13 09:21:21 -0500 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-03 02:02:46 -0400 |
| commit | 301d2d87cb4f826a38548f692e1b3c8c23590a9f (patch) | |
| tree | 856194953d4dd8162b9ca1fc8276546a3bb29231 | |
| parent | 4e23d3f505e8acfeac7cc33d4113fbb5a25c3090 (diff) | |
Documentation/devicetree: add a small note on PCI
Throw in a file with references to the IEEE binding documents.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
| -rw-r--r-- | Documentation/devicetree/bindings/pci/pci.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/pci.txt b/Documentation/devicetree/bindings/pci/pci.txt new file mode 100644 index 000000000000..41aeed38926d --- /dev/null +++ b/Documentation/devicetree/bindings/pci/pci.txt | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | PCI bus bridges have standardized Device Tree bindings: | ||
| 2 | |||
| 3 | PCI Bus Binding to: IEEE Std 1275-1994 | ||
| 4 | http://www.openfirmware.org/ofwg/bindings/pci/pci2_1.pdf | ||
| 5 | |||
| 6 | And for the interrupt mapping part: | ||
| 7 | |||
| 8 | Open Firmware Recommended Practice: Interrupt Mapping | ||
| 9 | http://www.openfirmware.org/1275/practice/imap/imap0_9d.pdf | ||
