summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/exynos4210-smdkv310.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-07 22:01:49 -0600
committerMinkyu Kang <mk7.kang@samsung.com>2014-10-08 17:25:47 +0900
commit1d5511000367e94d5edce7d9c3720bd9097912a7 (patch)
treeb6f774807ab3ed8f43d56281d7d45e1cf15bdaef /arch/arm/dts/exynos4210-smdkv310.dts
parentf94de733df8a3a6e28a9acbfc00871319f567775 (diff)
downloadblackbird-obmc-uboot-1d5511000367e94d5edce7d9c3720bd9097912a7.tar.gz
blackbird-obmc-uboot-1d5511000367e94d5edce7d9c3720bd9097912a7.zip
config: Move smdkv310 to use common exynos4 file
Most of the smdkv310 features are common with other exynos4 boards. To permit easier addition of driver model support, use the common file and add a device tree file. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/dts/exynos4210-smdkv310.dts')
-rw-r--r--arch/arm/dts/exynos4210-smdkv310.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos4210-smdkv310.dts b/arch/arm/dts/exynos4210-smdkv310.dts
new file mode 100644
index 0000000000..c390c8f0c8
--- /dev/null
+++ b/arch/arm/dts/exynos4210-smdkv310.dts
@@ -0,0 +1,21 @@
+/*
+ * Samsung's Exynos4210-based SMDKV310 board device tree source
+ *
+ * Copyright (c) 2014 Google, Inc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/dts-v1/;
+/include/ "exynos4.dtsi"
+
+/ {
+ model = "Samsung SMDKV310 on Exynos4210";
+ compatible = "samsung,smdkv310", "samsung,exynos4210";
+
+ aliases {
+ serial0 = "/serial@13800000";
+ console = "/serial@13820000";
+ };
+
+};
OpenPOWER on IntegriCloud