summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/am335x-phytec-phycard-som-mlo.dts
diff options
context:
space:
mode:
authorWadim Egorov <w.egorov@phytec.de>2015-02-17 10:37:39 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-02 07:54:13 +0100
commit3297df00d6d674a05428e6bf0abf363f70efc1f0 (patch)
tree7e32902082ced616dc25374046323816c4d63ddb /arch/arm/dts/am335x-phytec-phycard-som-mlo.dts
parenteb657a510b68084c749f455f8edfe32f77c931c0 (diff)
downloadbarebox-3297df00d6d674a05428e6bf0abf363f70efc1f0.tar.gz
barebox-3297df00d6d674a05428e6bf0abf363f70efc1f0.tar.xz
boards: phytec-som-am335x: Add phycard-som support
Add support for the phyCARD SOM. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/am335x-phytec-phycard-som-mlo.dts')
-rw-r--r--arch/arm/dts/am335x-phytec-phycard-som-mlo.dts28
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/dts/am335x-phytec-phycard-som-mlo.dts b/arch/arm/dts/am335x-phytec-phycard-som-mlo.dts
new file mode 100644
index 0000000000..17d9152977
--- /dev/null
+++ b/arch/arm/dts/am335x-phytec-phycard-som-mlo.dts
@@ -0,0 +1,28 @@
+/*
+ * Copyright (C) 2015 Wadim Egorov <w.egorovphytec.de> PHYTEC Messtechnik GmbH
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+/dts-v1/;
+
+#include "am33xx.dtsi"
+#include "am335x-phytec-phycard-som.dtsi"
+
+/ {
+ model = "Phytec phyCARD AM335x";
+ compatible = "phytec,phycard-am335x-som", "phytec,am335x-som", "ti,am33xx";
+};
+
+/* Keep all bootsources disabled, we enable and register them
+ * later while booting.
+ */
+
+&mmc1 {
+ status = "disabled";
+};
+
+&gpmc {
+ status = "disabled";
+};