|
@@ -293,6 +293,24 @@
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ mmc0: mmc@f0008000 {
|
|
|
|
+ compatible = "atmel,hsmci";
|
|
|
|
+ reg = <0xf0008000 0x600>;
|
|
|
|
+ interrupts = <12 4 0>;
|
|
|
|
+ #address-cells = <1>;
|
|
|
|
+ #size-cells = <0>;
|
|
|
|
+ status = "disabled";
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ mmc1: mmc@f000c000 {
|
|
|
|
+ compatible = "atmel,hsmci";
|
|
|
|
+ reg = <0xf000c000 0x600>;
|
|
|
|
+ interrupts = <26 4 0>;
|
|
|
|
+ #address-cells = <1>;
|
|
|
|
+ #size-cells = <0>;
|
|
|
|
+ status = "disabled";
|
|
|
|
+ };
|
|
|
|
+
|
|
dbgu: serial@fffff200 {
|
|
dbgu: serial@fffff200 {
|
|
compatible = "atmel,at91sam9260-usart";
|
|
compatible = "atmel,at91sam9260-usart";
|
|
reg = <0xfffff200 0x200>;
|
|
reg = <0xfffff200 0x200>;
|