summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts')
-rw-r--r--recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts b/recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts
new file mode 100644
index 0000000..5db0462
--- /dev/null
+++ b/recipes-kernel/linux/linux-3.19/overlays/port1_wibt.dts
@@ -0,0 +1,18 @@
+/dts-v1/;
+/plugin/;
+
+/* enable mmc1 */
+/ {
+ fragment@0 {
+ target-path = "/ahb/apb/mmc@f000c000";
+ __overlay__ {
+ status = "okay";
+
+ slot@0 {
+ reg = <0>;
+ bus-width = <4>;
+ cd-gpios = <&pioA 1 GPIO_ACTIVE_HIGH>;
+ };
+ };
+ };
+};