45 lines
		
	
	
	
		
			722 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			45 lines
		
	
	
	
		
			722 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								/*
							 | 
						||
| 
								 | 
							
								 * Copyright 2013 Pavel Machek <pavel@denx.de>
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * The code contained herein is licensed under the GNU General Public
							 | 
						||
| 
								 | 
							
								 * License V2.
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/dts-v1/;
							 | 
						||
| 
								 | 
							
								#include "imx6q.dtsi"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/ {
							 | 
						||
| 
								 | 
							
									model = "MicroSys sbc6x board";
							 | 
						||
| 
								 | 
							
									compatible = "microsys,sbc6x", "fsl,imx6q";
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									memory {
							 | 
						||
| 
								 | 
							
										reg = <0x10000000 0x80000000>;
							 | 
						||
| 
								 | 
							
									};
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								&fec {
							 | 
						||
| 
								 | 
							
									pinctrl-names = "default";
							 | 
						||
| 
								 | 
							
									pinctrl-0 = <&pinctrl_enet_1>;
							 | 
						||
| 
								 | 
							
									phy-mode = "rgmii";
							 | 
						||
| 
								 | 
							
									status = "okay";
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								&uart1 {
							 | 
						||
| 
								 | 
							
									pinctrl-names = "default";
							 | 
						||
| 
								 | 
							
									pinctrl-0 = <&pinctrl_uart1_1>;
							 | 
						||
| 
								 | 
							
									status = "okay";
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								&usbotg {
							 | 
						||
| 
								 | 
							
									pinctrl-names = "default";
							 | 
						||
| 
								 | 
							
									pinctrl-0 = <&pinctrl_usbotg_1>;
							 | 
						||
| 
								 | 
							
									disable-over-current;
							 | 
						||
| 
								 | 
							
									status = "okay";
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								&usdhc3 {
							 | 
						||
| 
								 | 
							
									pinctrl-names = "default";
							 | 
						||
| 
								 | 
							
									pinctrl-0 = <&pinctrl_usdhc3_2>;
							 | 
						||
| 
								 | 
							
									status = "okay";
							 | 
						||
| 
								 | 
							
								};
							 |