summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/s5pc1xx-goni.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-07 22:01:50 -0600
committerMinkyu Kang <mk7.kang@samsung.com>2014-10-08 17:25:47 +0900
commit311757be275c1d592ff357e9faedca4c967a3064 (patch)
tree45366e5bf7c5dc072d2b0c3e071229b1b3186ac2 /arch/arm/dts/s5pc1xx-goni.dts
parent1d5511000367e94d5edce7d9c3720bd9097912a7 (diff)
downloadblackbird-obmc-uboot-311757be275c1d592ff357e9faedca4c967a3064.tar.gz
blackbird-obmc-uboot-311757be275c1d592ff357e9faedca4c967a3064.zip
samsung: Enable device tree for s5p_goni
Change this board to add a device tree. This also adds a pinmux header file although it is not used as yet. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/dts/s5pc1xx-goni.dts')
-rw-r--r--arch/arm/dts/s5pc1xx-goni.dts28
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/dts/s5pc1xx-goni.dts b/arch/arm/dts/s5pc1xx-goni.dts
new file mode 100644
index 0000000000..2e671bbf7e
--- /dev/null
+++ b/arch/arm/dts/s5pc1xx-goni.dts
@@ -0,0 +1,28 @@
+/*
+ * Samsung's S5PC110-based Goni board device tree source
+ *
+ * Copyright (c) 2014 Google, Inc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/dts-v1/;
+
+#include "skeleton.dtsi"
+
+/ {
+ model = "Samsung Goni based on S5PC110";
+ compatible = "samsung,goni", "samsung,s5pc110";
+
+ aliases {
+ serial2 = "/serial@e2900800";
+ console = "/serial@e2900800";
+ };
+
+ serial@e2900800 {
+ compatible = "samsung,exynos4210-uart";
+ reg = <0xe2900800 0x400>;
+ id = <2>;
+ };
+
+};
OpenPOWER on IntegriCloud