summaryrefslogtreecommitdiff
path: root/dts/arm/nrf52840_pca10056.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/arm/nrf52840_pca10056.dts')
-rw-r--r--dts/arm/nrf52840_pca10056.dts26
1 files changed, 26 insertions, 0 deletions
diff --git a/dts/arm/nrf52840_pca10056.dts b/dts/arm/nrf52840_pca10056.dts
new file mode 100644
index 000000000..20a9e8316
--- /dev/null
+++ b/dts/arm/nrf52840_pca10056.dts
@@ -0,0 +1,26 @@
+/*
+ * Copyright (c) 2017 Linaro Limited
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+/dts-v1/;
+#include <nordic/nrf52840.dtsi>
+
+/ {
+ model = "Nordic PCA10056 Dev Kit";
+ compatible = "nordic,pca10056-dk", "nordic,nrf52840-qiaa",
+ "nordic,nrf52840";
+
+ chosen {
+ zephyr,console = &uart0;
+ zephyr,sram = &sram0;
+ zephyr,flash = &flash0;
+ };
+};
+
+&uart0 {
+ compatible = "nordic,nrf-uart";
+ current-speed = <115200>;
+ status = "ok";
+};