diff options
author | Rajeshwari Shinde <rajeshwari.s@samsung.com> | 2013-06-24 16:47:21 +0530 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-06-24 20:47:41 +0900 |
commit | 4603e8cf8b217be397559d9c9c0cf741e20efd8b (patch) | |
tree | 64d6fe56deeb3e8ed2073d5d2d7db00cb99e8ce4 /board/samsung/dts/exynos5250-snow.dts | |
parent | ee1e3c2f23bcf7a46ad91484ec2dd40653703b61 (diff) |
EXYNOS5: FDT: Add serial device node values
This patch adds the device node required for serial driver
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/dts/exynos5250-snow.dts')
-rw-r--r-- | board/samsung/dts/exynos5250-snow.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/samsung/dts/exynos5250-snow.dts b/board/samsung/dts/exynos5250-snow.dts index d167df9bb6..fdc047a142 100644 --- a/board/samsung/dts/exynos5250-snow.dts +++ b/board/samsung/dts/exynos5250-snow.dts @@ -34,6 +34,8 @@ mmc1 = "/mmc@12210000"; mmc2 = "/mmc@12220000"; mmc3 = "/mmc@12230000"; + serial0 = "/serial@12C30000"; + console = "/serial@12C30000"; }; sound@12d60000 { |