summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6dl-phytec-phyboard-subra.dts
diff options
context:
space:
mode:
authorChristian Hemp <c.hemp@phytec.de>2014-11-11 15:40:59 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-20 14:57:14 +0100
commite8f9f5b131726711803ef21e40d5b4e8db7f9061 (patch)
tree0526d3e319d54f046f0c730490ac87dbd0b9d6be /arch/arm/dts/imx6dl-phytec-phyboard-subra.dts
parent50bd3ea2404088bec51ad88d5087752d19aeb01b (diff)
downloadbarebox-e8f9f5b131726711803ef21e40d5b4e8db7f9061.tar.gz
barebox-e8f9f5b131726711803ef21e40d5b4e8db7f9061.tar.xz
imx6: Add support for phyBOARD-SUBRA
Add support for phyBOARD-SUBRA which use a phyFLEX-i.MX6 (pfla02) module. - i.MX6 SOLO with 512MB RAM Signed-off-by: Christian Hemp <c.hemp@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/imx6dl-phytec-phyboard-subra.dts')
-rw-r--r--arch/arm/dts/imx6dl-phytec-phyboard-subra.dts34
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6dl-phytec-phyboard-subra.dts b/arch/arm/dts/imx6dl-phytec-phyboard-subra.dts
new file mode 100644
index 0000000000..34e414413c
--- /dev/null
+++ b/arch/arm/dts/imx6dl-phytec-phyboard-subra.dts
@@ -0,0 +1,34 @@
+/*
+ * Copyright 2014 Christian Hemp <c.hemp@phytec.de>, PHYTEC Messtechnik GmbH
+ *
+ * The code contained herein is licensed under the GNU General Public
+ * License. You may obtain a copy of the GNU General Public License
+ * Version 2 or later at the following locations:
+ *
+ * http://www.opensource.org/licenses/gpl-license.html
+ * http://www.gnu.org/copyleft/gpl.html
+ */
+
+/dts-v1/;
+#include "imx6s-phytec-pfla02.dtsi"
+
+/ {
+ model = "Phytec phyBOARD SUBRA";
+ compatible = "phytec,imx6dl-pbab05", "phytec,imx6s-pfla02", "fsl,imx6dl";
+
+ chosen {
+ stdout-path = &uart4;
+ };
+};
+
+&fec {
+ status = "okay";
+};
+
+&uart4 {
+ status = "okay";
+};
+
+&usdhc3 {
+ status = "okay";
+};