aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/fdt/dts/arm/exynos5420.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/fdt/dts/arm/exynos5420.dtsi')
-rw-r--r--sys/boot/fdt/dts/arm/exynos5420.dtsi27
1 files changed, 27 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/arm/exynos5420.dtsi b/sys/boot/fdt/dts/arm/exynos5420.dtsi
index 7feb6d911758..38a5a887949f 100644
--- a/sys/boot/fdt/dts/arm/exynos5420.dtsi
+++ b/sys/boot/fdt/dts/arm/exynos5420.dtsi
@@ -81,5 +81,32 @@
xhci@12400000 {
status = "okay";
};
+
+ mmc0: dwmmc@12200000 {
+ compatible = "samsung,exynos5420-dw-mshc-smu";
+ reg = <0x12200000 0x10000>;
+ interrupts = <107>;
+ interrupt-parent = <&GIC>;
+ fifo-depth = <0x40>;
+ status = "disabled";
+ };
+
+ mmc1: dwmmc@12210000 {
+ compatible = "samsung,exynos5420-dw-mshc-smu";
+ reg = <0x12210000 0x10000>;
+ interrupts = <108>;
+ interrupt-parent = <&GIC>;
+ fifo-depth = <0x40>;
+ status = "disabled";
+ };
+
+ mmc2: dwmmc@12220000 {
+ compatible = "samsung,exynos5420-dw-mshc";
+ reg = <0x12220000 0x10000>;
+ interrupts = <109>;
+ interrupt-parent = <&GIC>;
+ fifo-depth = <0x40>;
+ status = "disabled";
+ };
};
};