Commit b342e64c authored by Jingoo Han's avatar Jingoo Han Committed by Arnd Bergmann

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: default avatarJingoo Han <jg1.han@samsung.com>
Acked-by: default avatarKukjin Kim <kgene.kim@samsung.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 406a9324
...@@ -30,4 +30,12 @@ xtal { ...@@ -30,4 +30,12 @@ xtal {
clock-frequency = <50000000>; clock-frequency = <50000000>;
}; };
}; };
pcie@290000 {
reset-gpio = <&pin_ctrl 5 0>;
};
pcie@2a0000 {
reset-gpio = <&pin_ctrl 22 0>;
};
}; };
...@@ -113,7 +113,7 @@ spi { ...@@ -113,7 +113,7 @@ spi {
clock-names = "spi", "spi_busclk0"; clock-names = "spi", "spi_busclk0";
}; };
pinctrl { pin_ctrl: pinctrl {
compatible = "samsung,exynos5440-pinctrl"; compatible = "samsung,exynos5440-pinctrl";
reg = <0xE0000 0x1000>; reg = <0xE0000 0x1000>;
interrupts = <0 37 0>, <0 38 0>, <0 39 0>, <0 40 0>, interrupts = <0 37 0>, <0 38 0>, <0 39 0>, <0 40 0>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment