|
@@ -23,6 +23,12 @@
|
|
#clock-cells = <0>;
|
|
#clock-cells = <0>;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ mmcclk: mmcclk {
|
|
|
|
+ compatible = "fixed-clock";
|
|
|
|
+ clock-frequency = <50000000>;
|
|
|
|
+ #clock-cells = <0>;
|
|
|
|
+ };
|
|
|
|
+
|
|
pguclk: pguclk {
|
|
pguclk: pguclk {
|
|
#clock-cells = <0>;
|
|
#clock-cells = <0>;
|
|
compatible = "fixed-clock";
|
|
compatible = "fixed-clock";
|
|
@@ -94,5 +100,17 @@
|
|
interrupts = <5>;
|
|
interrupts = <5>;
|
|
interrupt-names = "arc_ps2_irq";
|
|
interrupt-names = "arc_ps2_irq";
|
|
};
|
|
};
|
|
|
|
+
|
|
|
|
+ mmc@0x15000 {
|
|
|
|
+ compatible = "snps,dw-mshc";
|
|
|
|
+ reg = <0x15000 0x400>;
|
|
|
|
+ num-slots = <1>;
|
|
|
|
+ fifo-depth = <1024>;
|
|
|
|
+ card-detect-delay = <200>;
|
|
|
|
+ clocks = <&apbclk>, <&mmcclk>;
|
|
|
|
+ clock-names = "biu", "ciu";
|
|
|
|
+ interrupts = <7>;
|
|
|
|
+ bus-width = <4>;
|
|
|
|
+ };
|
|
};
|
|
};
|
|
};
|
|
};
|