Commit 31941342 authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Geert Uytterhoeven
parent b9b491a7
...@@ -1219,17 +1219,42 @@ usb2_phy1: usb-phy@ee0a0200 { ...@@ -1219,17 +1219,42 @@ usb2_phy1: usb-phy@ee0a0200 {
}; };
sdhi0: mmc@ee100000 { sdhi0: mmc@ee100000 {
compatible = "renesas,sdhi-r8a774e1",
"renesas,rcar-gen3-sdhi";
reg = <0 0xee100000 0 0x2000>; reg = <0 0xee100000 0 0x2000>;
interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 314>;
max-frequency = <200000000>;
power-domains = <&sysc R8A774E1_PD_ALWAYS_ON>;
resets = <&cpg 314>;
iommus = <&ipmmu_ds1 32>;
status = "disabled"; status = "disabled";
};
/* placeholder */ sdhi1: mmc@ee120000 {
compatible = "renesas,sdhi-r8a774e1",
"renesas,rcar-gen3-sdhi";
reg = <0 0xee120000 0 0x2000>;
interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 313>;
max-frequency = <200000000>;
power-domains = <&sysc R8A774E1_PD_ALWAYS_ON>;
resets = <&cpg 313>;
iommus = <&ipmmu_ds1 33>;
status = "disabled";
}; };
sdhi2: mmc@ee140000 { sdhi2: mmc@ee140000 {
compatible = "renesas,sdhi-r8a774e1",
"renesas,rcar-gen3-sdhi";
reg = <0 0xee140000 0 0x2000>; reg = <0 0xee140000 0 0x2000>;
interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 312>;
max-frequency = <200000000>;
power-domains = <&sysc R8A774E1_PD_ALWAYS_ON>;
resets = <&cpg 312>;
iommus = <&ipmmu_ds1 34>;
status = "disabled"; status = "disabled";
/* placeholder */
}; };
sdhi3: mmc@ee160000 { sdhi3: mmc@ee160000 {
...@@ -1241,6 +1266,7 @@ sdhi3: mmc@ee160000 { ...@@ -1241,6 +1266,7 @@ sdhi3: mmc@ee160000 {
max-frequency = <200000000>; max-frequency = <200000000>;
power-domains = <&sysc R8A774E1_PD_ALWAYS_ON>; power-domains = <&sysc R8A774E1_PD_ALWAYS_ON>;
resets = <&cpg 311>; resets = <&cpg 311>;
iommus = <&ipmmu_ds1 35>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment