|
@@ -217,6 +217,32 @@
|
|
|
clocks = <&cpm_syscon0 1 25>;
|
|
clocks = <&cpm_syscon0 1 25>;
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+ cpm_sdhci0: sdhci@780000 {
|
|
|
|
|
+ compatible = "marvell,armada-cp110-sdhci";
|
|
|
|
|
+ reg = <0x780000 0x300>;
|
|
|
|
|
+ interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
|
+ clock-names = "core";
|
|
|
|
|
+ clocks = <&cpm_syscon0 1 4>;
|
|
|
|
|
+ dma-coherent;
|
|
|
|
|
+ status = "disabled";
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ cpm_crypto: crypto@800000 {
|
|
|
|
|
+ compatible = "inside-secure,safexcel-eip197";
|
|
|
|
|
+ reg = <0x800000 0x200000>;
|
|
|
|
|
+ interrupts = <GIC_SPI 34 (IRQ_TYPE_EDGE_RISING
|
|
|
|
|
+ | IRQ_TYPE_LEVEL_HIGH)>,
|
|
|
|
|
+ <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
|
+ <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
|
+ <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
|
+ <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>,
|
|
|
|
|
+ <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
|
+ interrupt-names = "mem", "ring0", "ring1",
|
|
|
|
|
+ "ring2", "ring3", "eip";
|
|
|
|
|
+ clocks = <&cpm_syscon0 1 26>;
|
|
|
|
|
+ status = "disabled";
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
cpm_pcie0: pcie@f2600000 {
|
|
cpm_pcie0: pcie@f2600000 {
|