17 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 | |
| /*
 | |
|  * Google Zombie board device tree source
 | |
|  *
 | |
|  * Copyright 2022 Google LLC.
 | |
|  */
 | |
| 
 | |
| /dts-v1/;
 | |
| 
 | |
| #include "sc7280-herobrine-zombie.dtsi"
 | |
| #include "sc7280-herobrine-lte-sku.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "Google Zombie with LTE";
 | |
| 	compatible = "google,zombie-sku512", "qcom,sc7280";
 | |
| };
 |