|
@@ -834,6 +834,7 @@
|
|
|
compatible = "atmel,hsmci";
|
|
|
reg = <0xfff80000 0x600>;
|
|
|
interrupts = <10 IRQ_TYPE_LEVEL_HIGH 0>;
|
|
|
+ pinctrl-names = "default";
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
clocks = <&mci0_clk>;
|
|
@@ -845,6 +846,7 @@
|
|
|
compatible = "atmel,hsmci";
|
|
|
reg = <0xfff84000 0x600>;
|
|
|
interrupts = <11 IRQ_TYPE_LEVEL_HIGH 0>;
|
|
|
+ pinctrl-names = "default";
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <0>;
|
|
|
clocks = <&mci1_clk>;
|