summaryrefslogtreecommitdiff
path: root/Silicon/Socionext/SynQuacer/DeviceTree/DeveloperBox.dts
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-09-28 16:35:30 -0700
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-17 18:48:12 +0000
commit1466ed7160075290992cdb71f8f33a923ca11ac5 (patch)
tree551597c35e8f146776cb4e919f3d8006baa8306e /Silicon/Socionext/SynQuacer/DeviceTree/DeveloperBox.dts
parentf8f11924f454b0ee519de05d92d0c7881a478bbe (diff)
downloadedk2-platforms-1466ed7160075290992cdb71f8f33a923ca11ac5.tar.xz
Platform/Socionext: add support for Socionext Developer Box rev 0.1
This adds support for the first working sample of the MZSC2AM board, revision 0.1 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Silicon/Socionext/SynQuacer/DeviceTree/DeveloperBox.dts')
-rw-r--r--Silicon/Socionext/SynQuacer/DeviceTree/DeveloperBox.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/Silicon/Socionext/SynQuacer/DeviceTree/DeveloperBox.dts b/Silicon/Socionext/SynQuacer/DeviceTree/DeveloperBox.dts
new file mode 100644
index 0000000000..9e0acd5933
--- /dev/null
+++ b/Silicon/Socionext/SynQuacer/DeviceTree/DeveloperBox.dts
@@ -0,0 +1,21 @@
+/** @file
+ * Copyright (c) 2017, Linaro Limited. All rights reserved.
+ *
+ * This program and the accompanying materials are licensed and made
+ * available under the terms and conditions of the BSD License which
+ * accompanies this distribution. The full text of the license may be
+ * found at http://opensource.org/licenses/bsd-license.php
+ *
+ * THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
+ * IMPLIED.
+ */
+
+/dts-v1/;
+
+#include "SynQuacer.dtsi"
+
+/ {
+ model = "Socionext Developer Box";
+ compatible = "socionext,developer-box", "socionext,synquacer";
+};