mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	Beacon EmbeddedWorks, formerly known as Logic PD, is releasing a devkit based on the i.MX8M Mini SoC consisting of baseboard + SOM. It supports eMMC on the SOM, microSD on the baseboard, various GPIO, the PINCTRL, and UART. Signed-off-by: Adam Ford <aford173@gmail.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			374 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			374 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: (GPL-2.0 OR MIT)
 | |
| /*
 | |
|  * Copyright 2020 Compass Electronics Group, LLC
 | |
|  */
 | |
| 
 | |
| /dts-v1/;
 | |
| 
 | |
| #include "imx8mm.dtsi"
 | |
| #include "imx8mm-beacon-som.dtsi"
 | |
| #include "imx8mm-beacon-baseboard.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "Beacon EmbeddedWorks i.MX8M Mini Development Kit";
 | |
| 	compatible = "beacon,imx8mm-beacon-kit", "fsl,imx8mm";
 | |
| 
 | |
| 	chosen {
 | |
| 		stdout-path = &uart2;
 | |
| 	};
 | |
| };
 |