| Simon Horman | 93301f5 | 2012-11-26 18:26:17 +0900 | [diff] [blame] | 1 | /* | 
 | 2 |  * Device Tree Source for the SH73A0 SoC | 
 | 3 |  * | 
 | 4 |  * Copyright (C) 2012 Renesas Solutions Corp. | 
 | 5 |  * | 
 | 6 |  * This file is licensed under the terms of the GNU General Public License | 
 | 7 |  * version 2.  This program is licensed "as is" without any warranty of any | 
 | 8 |  * kind, whether express or implied. | 
 | 9 |  */ | 
 | 10 |  | 
 | 11 | /include/ "sh73a0.dtsi" | 
 | 12 |  | 
 | 13 | / { | 
 | 14 | 	compatible = "renesas,sh73a0"; | 
 | 15 |  | 
 | 16 | 	mmcif: mmcif@0x10010000 { | 
 | 17 | 		compatible = "renesas,sh-mmcif"; | 
 | 18 | 		reg = <0xe6bd0000 0x100>; | 
 | 19 | 		interrupt-parent = <&gic>; | 
 | 20 | 		interrupts = <0 140 0x4 | 
 | 21 | 			      0 141 0x4>; | 
 | 22 | 		reg-io-width = <4>; | 
 | 23 | 	}; | 
 | 24 | }; |