ARM: dts: Add pcie controller node for exynos5440-ssdk5440

This patch adds pcie controller node for exynos5440-ssdk5440,
and also adds a phandle for pin controller node.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Jingoo Han 2013-06-21 16:26:14 +09:00 committed by Arnd Bergmann
parent 406a9324b4
commit b342e64c67
2 changed files with 9 additions and 1 deletions

View file

@ -30,4 +30,12 @@ xtal {
clock-frequency = <50000000>;
};
};
pcie@290000 {
reset-gpio = <&pin_ctrl 5 0>;
};
pcie@2a0000 {
reset-gpio = <&pin_ctrl 22 0>;
};
};

View file

@ -113,7 +113,7 @@ spi {
clock-names = "spi", "spi_busclk0";
};
pinctrl {
pin_ctrl: pinctrl {
compatible = "samsung,exynos5440-pinctrl";
reg = <0xE0000 0x1000>;
interrupts = <0 37 0>, <0 38 0>, <0 39 0>, <0 40 0>,