commit | 62af289c222ce79d75bd0e53034469f0d1ae87f9 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sun Dec 21 22:48:51 2014 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Sun Dec 21 22:55:04 2014 +0100 |
tree | e5e8495be740887a3c7f631f255c1ca7f1ad9e1a | |
parent | 860a1ed79b62791c679b45cdd8e44cedea3e541a [diff] |
ARM: orion5x: DT: enable PCI nodes The PCIe node does not require any board specific configuration and just needs to be enabled. The PCI node needs a custom interrupt-map because the IntA and IntB pins of the only slot are connected to GPIOs. The IDSEL pin 7 that is used on this board corresponds to device address 0x3800 0 0, and we map IntA (1) to gpio 7 and IntB (2) to gpio 6, as in the board file. Signed-off-by: Arnd Bergmann <arnd@arndb.de>