forked from mirrors/linux
		
	 a636cd6c42
			
		
	
	
		a636cd6c42
		
	
	
	
	
		
			
			Based on 1 normalized pattern(s): licensed under gplv2 or later extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 118 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Jilayne Lovejoy <opensource@jilayne.com> Reviewed-by: Steve Winslow <swinslow@gmail.com> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190519154040.961286471@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
		
			
				
	
	
		
			37 lines
		
	
	
	
		
			688 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
	
		
			688 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0-or-later
 | |
| /*
 | |
|  * DTS file for CSR SiRFprimaII Evaluation Board
 | |
|  *
 | |
|  * Copyright (c) 2012 Cambridge Silicon Radio Limited, a CSR plc group company.
 | |
|  */
 | |
| 
 | |
| /dts-v1/;
 | |
| 
 | |
| /include/ "prima2.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "CSR SiRFprimaII Evaluation Board";
 | |
| 	compatible = "sirf,prima2", "sirf,prima2-cb";
 | |
| 
 | |
| 	memory {
 | |
| 		device_type = "memory";
 | |
| 		reg = <0x00000000 0x20000000>;
 | |
| 	};
 | |
| 
 | |
| 	axi {
 | |
| 		peri-iobg {
 | |
| 			uart@b0060000 {
 | |
| 				pinctrl-names = "default";
 | |
| 				pinctrl-0 = <&uart1_pins_a>;
 | |
| 			};
 | |
| 			spi@b00d0000 {
 | |
| 				pinctrl-names = "default";
 | |
| 				pinctrl-0 = <&spi0_pins_a>;
 | |
| 			};
 | |
| 			spi@b0170000 {
 | |
| 				pinctrl-names = "default";
 | |
| 				pinctrl-0 = <&spi1_pins_a>;
 | |
| 			};
 | |
| 		};
 | |
| 	};
 | |
| };
 |