mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	Synchronise device tree with linux v5.19-rc5. Please note that this also means that instead of the previous "generic" U-Boot specific carrier board agnostic device tree we are now using the regular one for the Verdin Development (carrier) board (e.g. imx8mp-verdin-wifi-dev.dtb rather than the previous imx8mp-verdin.dtb). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			411 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			411 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 | |
| /*
 | |
|  * Copyright 2022 Toradex
 | |
|  */
 | |
| 
 | |
| /dts-v1/;
 | |
| 
 | |
| #include "imx8mp-verdin.dtsi"
 | |
| #include "imx8mp-verdin-wifi.dtsi"
 | |
| #include "imx8mp-verdin-dev.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "Toradex Verdin iMX8M Plus WB on Verdin Development Board";
 | |
| 	compatible = "toradex,verdin-imx8mp-wifi-dev",
 | |
| 		     "toradex,verdin-imx8mp-wifi",
 | |
| 		     "toradex,verdin-imx8mp",
 | |
| 		     "fsl,imx8mp";
 | |
| };
 |